コード例 #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     stopMonitoring("Data Survey");
     Data_Insert.Data_Insert_Starting_Form dif = new Data_Insert.Data_Insert_Starting_Form();
     dif.ShowDialog();
     startMonitoring();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: windyswsw/WebPodcastingApp
 private void button2_Click(object sender, EventArgs e)
 {
     stopMonitoring("Data Survey");
     Data_Insert.Data_Insert_Starting_Form dif = new Data_Insert.Data_Insert_Starting_Form();
     dif.ShowDialog();
     startMonitoring();
 }