...
This commit is contained in:
@@ -17,6 +17,7 @@ namespace FCM0000
|
||||
public fPatchList()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.dsMSSQL.Board.TableNewRow += RequestItem_TableNewRow;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace FCM0000
|
||||
public fRequestItem()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.dsMSSQL.RequestItem.TableNewRow += RequestItem_TableNewRow;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ namespace FCM0000
|
||||
public fRequestItem_Add(dsMSSQL.RequestItemRow dr_)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
dr = dr_;
|
||||
PredefinedButtonSets.SetupDefaultButtons(this.tbRemark);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user