Exemple #1
0
 public frmCustomerGroup(Guid guid, bool isShowMode)
 {
     InitializeComponent();
     cls = CustomerGroupBussines.Get(guid);
     grpAccount.Enabled = !isShowMode;
     btnFinish.Enabled  = !isShowMode;
 }