Пример #1
0
 private void btnOldParser_Click(object sender, EventArgs e)
 {
     Lib.frmMain old = new frmMain();
     old.ShowDialog(this);
 }
 // Methods
 public frmGUISQL(frmMain tfrmMain)
 {
     this.InitializeComponent();
     this.tfrmMain = tfrmMain;
 }