Beispiel #1
0
        public App()
        {
            #if DEBUG
            HotReloader.Current.Run(this, new HotReloader.Configuration
            {
                ExtensionIpAddress = System.Net.IPAddress.Parse("192.168.1.36")
            });
            #endif
            InitializeComponent();

            AppInit.EntryPointAfter();
        }