SetTextBox() public static method

public static SetTextBox ( System.Windows.Forms.RichTextBox tb ) : void
tb System.Windows.Forms.RichTextBox
return void
コード例 #1
0
ファイル: ConsolePane.cs プロジェクト: beritec/fdotoolbox
 protected override void OnLoad(EventArgs e)
 {
     TextBoxAppender.SetTextBox(txtConsole);
     //HACK to force a write of buffered logs
     LoggingService.Info("Console Initialized");
     base.OnLoad(e);
 }