コード例 #1
0
 public static void Show()
 {
     if (checkUpdate == null)
     {
         checkUpdate         = new CheckForUpdateWindow();
         checkUpdate.Closed += (parentSender, e) =>
         {
             checkUpdate = null;
         };
     }
     else
     {
         checkUpdate.BringToFront();
     }
 }
コード例 #2
0
 public static void Show()
 {
     if (checkUpdate == null)
     {
         checkUpdate = new CheckForUpdateWindow();
         checkUpdate.Closed += (parentSender, e) =>
         {
             checkUpdate = null;
         };
     }
     else
     {
         checkUpdate.BringToFront();
     }
 }