Example #1
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            RootVisual = new Main();

            // Ensure that the long assembly names are registered
            ReflectionUtility.EnsureAssemblyByName();
        }