コード例 #1
0
ファイル: UI.cs プロジェクト: madams74/tvrename
 private void folderMonitorToolStripMenuItem_Click(object sender, System.EventArgs e)
 {
     FolderMonitor fm = new FolderMonitor(this.mDoc);
     fm.ShowDialog();
     this.FillMyShows();
 }
コード例 #2
0
 public FolderMonitorProgress(FolderMonitor thefm)
 {
     mainForm = thefm;
     InitializeComponent();
     timer1_Tick(null, null); // force immediate initial update
 }
コード例 #3
0
 public FolderMonitorProgress(FolderMonitor thefm)
 {
     this.mFM = thefm;
     this.InitializeComponent();
     timer1_Tick(null, null); // force immediate initial update
 }
コード例 #4
0
 public FolderMonitorProgress(FolderMonitor thefm)
 {
     this.mFM = thefm;
     this.InitializeComponent();
     timer1_Tick(null, null); // force immediate initial update
 }