Exemplo n.º 1
0
        private void ErrorStart()
        {
            DebugWriteLine("Problem Leaguesharp starting with an error");
            ErrorStartWindow solution = new ErrorStartWindow();

            solution.Show();
            _activeWindow    = solution;
            solution.Closed += ChildwindowClose;
        }
Exemplo n.º 2
0
 private void ErrorStart()
 {
     DebugWriteLine("Problem Leaguesharp starting with an error");
     ErrorStartWindow solution = new ErrorStartWindow();
     solution.Show();
     _activeWindow = solution;
     solution.Closed += ChildwindowClose;
 }