Ejemplo n.º 1
0
        public void Initialize(IDsLoaderContentProvider content, Window window, IAppCommandLineArgs appArgs)
        {
            this.window          = window;
            this.appArgs         = appArgs;
            this.dsLoaderControl = new DsLoaderControl();
            this.content         = content;
            this.content.SetLoadingContent(this.dsLoaderControl);

            this.window.ContentRendered += Window_ContentRendered;
            this.window.IsEnabled        = false;
        }
Ejemplo n.º 2
0
		public void Initialize(IDsLoaderContentProvider content, Window window, IAppCommandLineArgs appArgs) {
			this.window = window;
			this.appArgs = appArgs;
			dsLoaderControl = new DsLoaderControl();
			this.content = content;
			this.content.SetLoadingContent(dsLoaderControl);

			this.window.ContentRendered += Window_ContentRendered;
			this.window.IsEnabled = false;
		}