internal static void ResetHostServicesTestOnly()
 {
     s_defaultServices = null;
 }
예제 #2
0
 public MefWorkspaceServices(MefHostServices host, Workspace workspace)
 {
     this.host      = host;
     this.workspace = workspace;
 }