private void OpenForm()
 {
     try
     {
         rd.ShowDialog();
     }
     catch (Exception ex)
     {
     }
 }
Beispiel #2
0
 private void OpenForm()
 {
     rd.ShowDialog();
 }