Inheritance: IFileDialog
コード例 #1
0
ファイル: TestShellBase.cs プロジェクト: Microsoft/RTVS
 public TestShellBase() {
     MainThread = Thread.CurrentThread;
     FileDialog = new TestFileDialog();
     ProgressDialog = new TestProgressDialog();
 }
コード例 #2
0
ファイル: TestEditorShell.cs プロジェクト: Microsoft/RTVS
 public TestEditorShell(CompositionContainer container) {
     FileDialog = new TestFileDialog();
     ProgressDialog = new TestProgressDialog();
     _container = container;
 }