예제 #1
0
 protected override void OnHandleCreated(EventArgs e)
 {
     base.OnHandleCreated(e);
     file = new IDEApp();
     file.StartAsync(RenderOutput);
     UpdateScene();
 }
예제 #2
0
파일: MainForm.cs 프로젝트: r-bel/glorg2
 protected override void OnHandleCreated(EventArgs e)
 {
     base.OnHandleCreated(e);
     file = new IDEApp();
     file.StartAsync(RenderOutput);
     UpdateScene();
 }