public void FMPShower() { this.FMP = new FolderMonitorProgress(this); this.FMP.ShowDialog(); this.FMP = null; }
private void FmpShower() { progressDialog = new FolderMonitorProgress(this); progressDialog.ShowDialog(); progressDialog = null; }