Exemplo n.º 1
0
        private void button_notice_Click(object sender, EventArgs e)
        {
            miniBox box = new miniBox();

            box.Show();
        }
Exemplo n.º 2
0
 private void button_notice_Click(object sender, EventArgs e)
 {
     miniBox box = new miniBox();
     box.Show();
 }