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