コード例 #1
0
ファイル: ConsolePane.cs プロジェクト: fatcerberus/sphere
 public void ApplyStyle(UIStyle style)
 {
     style.AsCodeView(m_textBox);
     style.AsTextView(m_errorListView);
 }
コード例 #2
0
ファイル: BuildLogPane.cs プロジェクト: slagusev/spherestudio
 public void ApplyStyle(UIStyle theme)
 {
     theme.AsCodeView(textbox);
 }