Beispiel #1
0
        public void Init()
        {
            frameworkFilesProcessor.ProcessFrameworkFiles();

            ApplicationWindow window = ContainerProvider.Scope.Resolve <ApplicationWindow>();

            window.Run();
        }
Beispiel #2
0
        public static void Main(string[] args)
        {
            ApplicationWindow window = new ApplicationWindow(920, 600);

            window.Run();
        }