public UIControlsDemo() { InitializeComponent(); this.Closing += UIControlsDemo_Closing; MyRoot = TestRoot.NewEditableRoot(); BindUI(); }