static void OpenRBFLibClick(object sender, EventArgs e)
 {
     RBFLibrary.ShowLibraryForm();
 }
Esempio n. 2
0
 private void BtnOpenLibraryClick(object sender, EventArgs e)
 {
     RBFLibrary.ShowLibraryForm();
 }