Exemplo n.º 1
0
 private void FrmAddItemType_Load(object sender, EventArgs e)
 {
     if (!IS_UPDATING)
     {
         //get max item type Id
         txt_itemTypeID.Text = MANAGEDB.getMaxItemTypeID().ToString();
         this.WindowState    = FormWindowState.Maximized;
     }
 }