コード例 #1
0
 public void QuitApp()
 {
     ltf.CloseWindow();
 }
コード例 #2
0
ファイル: SubWindow.cs プロジェクト: tweenkin/ltframenet
        public long CloseWindowFun(IntPtr es)
        {
            subltf.CloseWindow();

            return(subltf.JsUndefined());
        }