예제 #1
0
 public VisualStudioLocator()
 {
     _registryLocations = new VisualStudioRegistryLocations();
 }
예제 #2
0
        public void CanGetRegistryLocations()
        {
            var locator = new VisualStudioRegistryLocations();

            Assert.That(locator.Locations, Is.Not.Null);
        }