コード例 #1
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public OfficeUIControl()
 {
     InitializeComponent();
     NetOffice.DebugConsole.Default.Mode = DebugConsoleMode.Console;
     _waitControl         = new WaitControl(1033);
     _waitControl.Visible = false;
     this.Controls.Add(_waitControl);
 }
コード例 #2
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public OfficeUIControl()
 {
     InitializeComponent();
     NetOffice.DebugConsole.Default.Mode = DebugConsoleMode.Console;
     NetOffice.Settings.Default.UseExceptionMessage = ExceptionMessageHandling.CopyAllInnerExceptionMessagesToTopLevelException;
     _waitControl = new WaitControl(1033);
     _waitControl.Visible = false;
     this.Controls.Add(_waitControl);
 }
コード例 #3
0
ファイル: OfficeUIControl.cs プロジェクト: zyfzgt/NetOffice
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public OfficeUIControl()
 {
     InitializeComponent();
     NetOffice.DebugConsole.Default.Mode            = DebugConsoleMode.Console;
     NetOffice.Settings.Default.UseExceptionMessage = ExceptionMessageHandling.CopyAllInnerExceptionMessagesToTopLevelException;
     _waitControl         = new WaitControl(1033);
     _waitControl.Visible = false;
     this.Controls.Add(_waitControl);
 }