예제 #1
0
 public void RestoreWindow()
 {
     if (WindowState == FormWindowState.Minimized)
     {
         UI.RestoreWindow(this);
     }
 }