Esempio n. 1
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     try
     {
         treeView.Sort();
         EnableControls(true, false);
         _worker.Initialize();
         _worker.LoadSources();
         SetPropertyGridColumnWidth();
     }
     catch (Exception ex)
     {
         FormUtilities.ShowError(this, ex);
     }
 }