Exemplo n.º 1
0
        private void btBanlist_Click(object sender, EventArgs e)
        {
            Banlist p = new Banlist(mc);

            p.Show();
        }
Exemplo n.º 2
0
 private void btBanlist_Click(object sender, EventArgs e)
 {
     Banlist p = new Banlist(mc);
     p.Show();
 }