...
This commit is contained in:
@@ -17,7 +17,7 @@ namespace FPJ0000
|
||||
EEEntities db;
|
||||
Boolean bInit = false;
|
||||
|
||||
public fProjectSchedule(int project_)
|
||||
public fProjectSchedule(int project_,bool enbEdit=true)
|
||||
{
|
||||
InitializeComponent();
|
||||
projectindex = project_;
|
||||
@@ -30,6 +30,7 @@ namespace FPJ0000
|
||||
//this.dsPRJ.EETGW_ProjectReson.TableNewRow += EETGW_ProjectReson_TableNewRow;
|
||||
|
||||
this.KeyDown += FProjectSchedule_KeyDown;
|
||||
button2.Enabled = enbEdit;
|
||||
}
|
||||
|
||||
private void FProjectSchedule_KeyDown(object sender, KeyEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user