Exemple #1
0
        private void statusStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e)
        {
            var AboutForm = new Interact.About();

            AboutForm.ShowDialog();
        }
Exemple #2
0
        private void GlobalStatusStrip_DoubleClick(object sender, EventArgs e)
        {
            var AboutForm = new Interact.About();

            AboutForm.ShowDialog();
        }