Esempio n. 1
0
 public virtual void ProjectBeforeResourceChange(NetOffice.MSProjectApi.Resource res, NetOffice.MSProjectApi.Enums.PjField field, object newVal, bool cancel)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ProjectBeforeResourceChange", res, field, newVal, cancel);
 }
Esempio n. 2
0
 public virtual void ProjectBeforeResourceDelete(NetOffice.MSProjectApi.Resource res, bool cancel)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ProjectBeforeResourceDelete", res, cancel);
 }