Esempio n. 1
0
        private void TileSL_Click(object sender, EventArgs e)
        {
            frmSLMast sl = new frmSLMast();

            sl.Show();
            sl.BringToFront();
        }
Esempio n. 2
0
        private void FrmSL_Click(object sender, EventArgs e)
        {
            frmSLMast SL = new frmSLMast();

            SL.Show();
        }
Esempio n. 3
0
        private void cutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmSLMast SL = new frmSLMast();

            SL.Show();
        }