Esempio n. 1
0
 static void Main(string[] args)
 {
     var excel      = new NetOffice.ExcelApi.Application();
     var word       = new NetOffice.WordApi.Application();
     var outlook    = new NetOffice.OutlookApi.Application();
     var powerpoint = new NetOffice.PowerPointApi.Application();
 }
Esempio n. 2
0
 void NetOffice.PowerPointApi.Tools.ITaskPane.OnConnection(NetOffice.PowerPointApi.Application application, object[] customArguments)
 {
 }
Esempio n. 3
0
 public void OnConnection(NetOffice.PowerPointApi.Application application, NetOffice.OfficeApi._CustomTaskPane parentPane, object[] customArguments)
 {
     StartTime = DateTime.Now;
     buttonEnabled_Click(buttonEnabled, new EventArgs());
 }
Esempio n. 4
0
 public void OnConnection(NetOffice.PowerPointApi.Application application, NetOffice.OfficeApi._CustomTaskPane parentPane, object[] customArguments)
 {
 }