PopScope() 개인적인 메소드

private PopScope ( ) : void
리턴 void
예제 #1
0
 private void PopElementScope()
 {
     if (_popScope)
     {
         _scopeManager.PopScope();
         _popScope = false;
     }
 }