Beispiel #1
0
 /// <summary>
 /// 设置
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsmiSet_Click(object sender, EventArgs e)
 {
     Form fmSet = new fmSet();
     fmSet.Show();
 }
Beispiel #2
0
        private void tsmiHotKey_Click(object sender, EventArgs e)
        {
            Form fmSet = new fmSet();

            fmSet.Show();
        }