Exemplo n.º 1
0
        void Button2Click(object sender, EventArgs e)
        {
            FrmLihatTipe f11 = new FrmLihatTipe();

            f11.Show();
        }
Exemplo n.º 2
0
 void Button2Click(object sender, EventArgs e)
 {
     FrmLihatTipe f11 = new FrmLihatTipe();
     f11.Show();
 }