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