Example #1
0
        private static void AttachDevTools(TopLevel window)
        {
#if DEBUG
            window.AttachDevTools();
#endif
        }