Beispiel #1
0
 private void AboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ShowAbout.Invoke(this, e);
 }
        private void tsm关于_Click(object sender, EventArgs e)
        {
            ShowAbout showabout = new ShowAbout();

            showabout.ShowDialog();
        }
Beispiel #3
0
 private void OnAbout(object sender, EventArgs e)
 {
     ShowAbout?.Invoke();
 }