示例#1
0
        public override void SetParameter(EventBase even)
        {
            CallAddInDev _event = even as CallAddInDev;

            this.txtName.Text          = _event.Name;
            this.txtCode.Text          = _event.Code;
            this.txtAddInFullName.Text = _event.AddInFullName;
        }
 public static void CheckWarning(CallAddInDev entity)
 {
     entity.Warning.Clear();
 }