private void tsBtnAbout_Click(object sender, EventArgs e) { AboutDlg dlg = new AboutDlg("SAS Options viewer"); dlg.ShowDialog(this); }
private void tsBtnAbout_Click(object sender, EventArgs e) { AboutDlg dlg = new AboutDlg("SAS Macro Variable viewer"); dlg.ShowDialog(this); }