示例#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
 }