ot 시간 범위 입렭 가능 하게
This commit is contained in:
@@ -37,6 +37,11 @@ namespace FCM0000
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
|
||||
if (this.WindowState == FormWindowState.Minimized) this.WindowState = FormWindowState.Normal;
|
||||
if (this.RestoreBounds.X + this.RestoreBounds.Width < 300 && this.RestoreBounds.X < 0)
|
||||
this.Location = new Point(0, 0);
|
||||
|
||||
|
||||
toolStripButton1.Visible = FCOMMON.info.Login.no == "dev";
|
||||
// this.TopMost=true;
|
||||
// this.Activate();
|
||||
|
||||
Reference in New Issue
Block a user