AspNetEdit.Editor.UI.RootDesignerView.BeginLoad C# (CSharp) Метод

BeginLoad() приватный Метод

private BeginLoad ( ) : void
Результат void
        internal void BeginLoad()
        {
            System.Diagnostics.Trace.WriteLine ("Loading XUL...");
            base.LoadUrl (geckoChrome);
        }

Usage Example

Пример #1
0
		private void GetView ()
		{
			IRootDesigner rd = (IRootDesigner) host.GetDesigner (host.RootComponent);
			this.view = (RootDesignerView) rd.GetView (ViewTechnology.Passthrough);
			
			view.BeginLoad ();
			System.Diagnostics.Trace.WriteLine ("Document created.");
		}