Exemplo n.º 1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            ManualTests tests = new ManualTests(); //workaround testing starts in ctor

            base.OnStartup(e);
        }
Exemplo n.º 2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            ManualTests tests = new ManualTests(); //workaround testing starts in ctor

              base.OnStartup(e);
        }