Exemplo n.º 1
0
 private void InitializeSettings()
 {
     ComboFunctions.FillSinBinDriversCombo(ddl_Driver);
     this.Shown     += new EventHandler(frmSinBin_Shown);
     this.KeyPreview = true;
     this.KeyDown   += new KeyEventHandler(frmSinBin_KeyDown);
 }