UnregisterWindow() public method

public UnregisterWindow ( ModalWindow, window ) : void
window ModalWindow,
return void
Beispiel #1
0
 public virtual void DestroyWindow()
 {
     windowManager.UnregisterWindow(this);
     Destroy(this);
 }