Beispiel #1
0
 private void InitializeImageList()
 {
     try
     {
         ComponentCommand.InitializaImage(ref this.imageListBrxb, ref this.repItemImageComboBoxBrxb);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }