Ejemplo n.º 1
0
 public bool CanLoad(RuntimeFramework f1, RuntimeFramework f2)
 {
     return(f1.CanLoad(f2));
 }