Exemplo n.º 1
0
        public void OneTimeSetUp()
        {
            App = new ApplicationAdaptor();
            App.Init(EnableWelcomeDialog);

            // Create main window
            MainWindow = new MainWindowAdaptor(App);

            Pipe = new DebugPipeClient();
        }
        //--------------------------------------------------------------------------------------------------

        public DebugPipeClient()
        {
            Current = this;
        }