Exemple #1
0
 private void ItemValue_ShowMessage(AGenValue arg1, Exception arg2)
 {
     MessageBox.Show(arg2.Message);
 }
Exemple #2
0
 public CDbClm(string name, string type)
 {
     this.Name  = name;
     this.Type  = type;
     this.Value = null;
 }