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