示例#1
0
 public void Show()
 {
     if (WinApi.CancelHideDeskWindow(Hwnd.Handle))
     {
         RestoreIfMinimized();
         IsVisible = true;
         if (IsAlive && !Automator.IsControlVisible())
         {
             ShowDeskFromWorkBenchWhenDeskUIDisabled();
         }
     }
 }