예제 #1
0
파일: Widget.cs 프로젝트: neviklink/OpenRA
        public static void ResetAll()
        {
            RootWidget.RemoveChildren();

            while (Widget.WindowList.Count > 0)
            {
                Widget.CloseWindow();
            }
        }