Пример #1
0
 public static void ShowHistory()
 {
     if (instance == null) {
         instance = new TFSHistory();
     }
     instance.Show();
     instance.redraw();
 }
Пример #2
0
 public static void ShowHistory()
 {
     if (instance == null)
     {
         instance = new TFSHistory();
     }
     instance.Show();
     instance.redraw();
 }
Пример #3
0
 void ImgurHistoryFormClosing(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }
Пример #4
0
 void ImgurHistoryFormClosing(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }