예제 #1
0
파일: HWND.cs 프로젝트: sharoron/SharoLib
 /// <summary>ウィンドウを破棄/削除します</summary>
 public void Close()
 {
     NativeMethod.DestroyWindow(this.Handle).CheckError();
 }