public FormPagIbig()
 {
     InitializeComponent();
     pagIbig = new PagIbig();
     counts  = new Counts();
     admin   = new Admin();
 }
Ejemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            PagIbig obj = new PagIbig();

            obj.Show();
        }
 private void button3_Click(object sender, EventArgs e)
 {
     PagIbig obj = new PagIbig();
     obj.Show();
 }