Beispiel #1
0
        private void iSoft设置ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SetForm autorunForm = new SetForm();

            autorunForm.ShowTipBallon += new ShowTipBallonHandle(STB);

            ChangeSkin(autorunForm);

            autorunForm.Show();
        }