public static void SetUIContext(CurrentActiveWindowUIContextService service, UIContext uIContext, XamlRoot xamlRoot)
 {
     service.UIContext = uIContext;
     service.XamlRoot  = xamlRoot;
 }
예제 #2
0
 public DialogService(
     CurrentActiveWindowUIContextService currentActiveWindowUIContextService
     )
 {
     _currentActiveWindowUIContextService = currentActiveWindowUIContextService;
 }