C# 클래스 CK.WindowManager.Model.WindowManagerExtensions

파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
RegisterWindow ( this m, string name, CKWindow window ) : void
UnregisterWindow ( this m, string name ) : void

메소드 상세

RegisterWindow() 공개 정적인 메소드

public static RegisterWindow ( this m, string name, CKWindow window ) : void
m this
name string
window CKWindow
리턴 void

UnregisterWindow() 공개 정적인 메소드

public static UnregisterWindow ( this m, string name ) : void
m this
name string
리턴 void