...
This commit is contained in:
@@ -80,8 +80,11 @@ namespace Project._Common
|
||||
btRef.PerformClick();
|
||||
|
||||
fpSpread1.EditMode = false;
|
||||
|
||||
|
||||
//화면좌표문제 복구 - 211221
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user