Example #1
0
 public static void ShowMessage(int max, int left)
 {
     using (LiveAPICachesLeftForm dlg = new LiveAPICachesLeftForm(max, left))
     {
         dlg.ShowDialog();
     }
 }
Example #2
0
 public static void ShowMessage(int max, int left)
 {
     using (LiveAPICachesLeftForm dlg = new LiveAPICachesLeftForm(max, left))
     {
         dlg.ShowDialog();
     }
 }