...
This commit is contained in:
@@ -17,6 +17,7 @@ namespace FCM0000
|
||||
public fHolidaytable()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.StartPosition = FormStartPosition.CenterScreen;
|
||||
this.KeyPreview = true;
|
||||
this.KeyDown += (s1, e1) => { if (e1.KeyCode == Keys.Escape) this.Close(); };
|
||||
|
||||
Reference in New Issue
Block a user