Update 20260717
This commit is contained in:
@@ -63,6 +63,15 @@ namespace OnDoc.DocMgmt
|
||||
{
|
||||
|
||||
serienbrief1.Init(this.profilnr);
|
||||
try
|
||||
{
|
||||
Screen screen = Screen.FromControl(this);
|
||||
if (this.Width > screen.WorkingArea.Width || this.Height > screen.WorkingArea.Height)
|
||||
{
|
||||
this.WindowState = FormWindowState.Maximized;
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user