Пример #1
0
        private void tsBtnAbout_Click(object sender, EventArgs e)
        {
            AboutDlg dlg = new AboutDlg("SAS Options viewer");

            dlg.ShowDialog(this);
        }
Пример #2
0
 private void tsBtnAbout_Click(object sender, EventArgs e)
 {
     AboutDlg dlg = new AboutDlg("SAS Macro Variable viewer");
     dlg.ShowDialog(this);
 }