Esempio n. 1
0
 public static void ShowHistory()
 {
     if (instance == null) {
         instance = new BoxHistory();
     }
     instance.Show();
     instance.redraw();
 }
Esempio n. 2
0
 public static void ShowHistory()
 {
     if (instance == null)
     {
         instance = new BoxHistory();
     }
     instance.Show();
     instance.redraw();
 }
Esempio n. 3
0
 void ImgurHistoryFormClosing(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }
Esempio n. 4
0
 void ImgurHistoryFormClosing(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }