Exemple #1
0
 private void Pengaturan()
 {
     if (IsEdit)
     {
         kdSuppTXT.Enabled = false;
         nmSuppTXT.Focus();
     }
     else
     {
         kdSuppTXT.Enabled = true;
         ClsControl setControl = new ClsControl();
         setControl.EmptyText(this);
         kdSuppTXT.Focus();
     }
 }