Ejemplo n.º 1
0
 private void txtNOPOL_KeyUp(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.Enter)
     {
         VIEW.FormVIEWKENDARAAN frm = new LOGISTICMANAGAMENTSYSTEM.VIEW.FormVIEWKENDARAAN(this, 1);
         frm.ShowDialog();
     }
 }
        private void txtNOPOL_KeyUp(object sender, KeyEventArgs e)
        {
            if (e.KeyCode == Keys.Enter)
            {
                VIEW.FormVIEWKENDARAAN frm = new LOGISTICMANAGAMENTSYSTEM.VIEW.FormVIEWKENDARAAN(this, 1);
                frm.ShowDialog();

            }
        }