コード例 #1
0
 public RemoteLaunchService()
 {
     if (instance != null)
     {
         System.Diagnostics.Debug.Assert(false, "Use DependencyService.Get(DependencyFetchTarget.GlobalInstance) to instantiate");
         throw new InvalidOperationException("Use DependencyService.Get(DependencyFetchTarget.GlobalInstance) to instantiate");
     }
     instance = this;
 }
コード例 #2
0
 public MsaWebViewClient(RemoteLaunchService service)
 {
     this.callerService = service;
 }