protected override void OnHandleCreated(EventArgs e) { base.OnHandleCreated(e); file = new IDEApp(); file.StartAsync(RenderOutput); UpdateScene(); }