SetModalState() 개인적인 메소드

Prevent navigation while a dialog box is showing in the browser control
private SetModalState ( string isModal ) : void
isModal string
리턴 void
예제 #1
0
 private void SetModalState(string isModal)
 {
     _view.SetModalState(isModal == "true");
 }