示例#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();
 }
示例#2
0
 void NetOffice.PowerPointApi.Tools.ITaskPane.OnConnection(NetOffice.PowerPointApi.Application application, object[] customArguments)
 {
 }
示例#3
0
 public void OnConnection(NetOffice.PowerPointApi.Application application, NetOffice.OfficeApi._CustomTaskPane parentPane, object[] customArguments)
 {
     StartTime = DateTime.Now;
     buttonEnabled_Click(buttonEnabled, new EventArgs());
 }
示例#4
0
 public void OnConnection(NetOffice.PowerPointApi.Application application, NetOffice.OfficeApi._CustomTaskPane parentPane, object[] customArguments)
 {
 }