Ejemplo n.º 1
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     Auth a = new Auth(global);
     a.ShowDialog();
     PaintUser();
 }
Ejemplo n.º 2
0
 private void button7_Click(object sender, EventArgs e)
 {
     if (trigger == 0)
     {
         Auth a = new Auth(global);
         a.ShowDialog();
         PaintUser();
     }
     if (trigger == 1)
     {
         ViewCountData f = new ViewCountData(global);
         f.ShowDialog();
     }
 }