public static void ShowHistory()
 {
     if (instance == null) {
         instance = new TFSHistory();
     }
     instance.Show();
     instance.redraw();
 }
 public static void ShowHistory()
 {
     if (instance == null)
     {
         instance = new TFSHistory();
     }
     instance.Show();
     instance.redraw();
 }
 void ImgurHistoryFormClosing(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }
 void ImgurHistoryFormClosing(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }