Ejemplo n.º 1
0
        //软件设置
        private void tsmiSoftSet_Click(object sender, EventArgs e)
        {
            SoftWareSet sws = new SoftWareSet();

            sws.ShowDialog();
        }
Ejemplo n.º 2
0
        //系统设置
        private void btnDaily_Click(object sender, EventArgs e)
        {
            SoftWareSet SoftWareSetFrm = new SoftWareSet();

            SoftWareSetFrm.ShowDialog();
        }