Ejemplo n.º 1
0
        public static GenFormEnvironmentCollection Create()
        {
            var source   = SettingSourceFactory.GetSettingSource();
            var settings = new EnvironmentSettingsCollection(source);
            var envs     = new EnvironmentCollection(settings);

            return(new GenFormEnvironmentCollection(envs));
        }
Ejemplo n.º 2
0
 public GenFormEnvironmentCollection(EnvironmentCollection environments)
 {
     _environments = environments;
 }