private void ComboBoxDrives_Click(object sender, EventArgs e)
 {
     ComboBoxClick?.Invoke();
     if (NewPath != null)
     {
         //MessageBox.Show("ComboBoxDrives_Click 1IF");
     }
 }
예제 #2
0
 private void comboBoxDrives_Click(object sender, EventArgs e)
 {
     ComboBoxClick?.Invoke();
 }