Beispiel #1
0
        void CloseWindow(SystemWindow window, int id)
        {
            var btn = window.AllChildWindows.First(w => w.DialogID == id);

            window.Command(btn);
        }