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