Beispiel #1
0
 public void InstallTracker(NetOffice.PowerPointApi.MouseTracker pTracker, NetOffice.OfficeApi.Enums.MsoTriState presenter)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(pTracker, presenter);
     Invoker.Method(this, "InstallTracker", paramsArray);
 }
 public void InstallTracker(NetOffice.PowerPointApi.MouseTracker pTracker, NetOffice.OfficeApi.Enums.MsoTriState presenter)
 {
     Factory.ExecuteMethod(this, "InstallTracker", pTracker, presenter);
 }