this.FormBorderStyle
= FormBorderStyle.None;
this.MaximumSize = new
Size(Screen.PrimaryScreen.WorkingArea.Width,
Screen.PrimaryScreen.WorkingArea.Height);
this.WindowState =
FormWindowState.Maximized;
2023-12-23 13:59:57