예제 #1
0
        private void pbIrMaquila_Click(object sender, EventArgs e)
        {
            terminadoView maq = new terminadoView();

            maq.Show();
            Close();
        }
예제 #2
0
 private void toolStripTextBox4_Click(object sender, EventArgs e)
 {
     if (logi.User().Permiso.Terminado)
     {
         terminadoView t = new terminadoView();
         t.Show();
     }
 }