Exemple #1
0
        public Application()
        {
            uris.CollectionChanged               += (s, e) => RaisePropertyChanged("Uris");
            services.CollectionChanged           += (s, e) => RaisePropertyChanged("Services");
            environment.CollectionChanged        += (s, e) => RaisePropertyChanged("Environment");
            instanceCollection.CollectionChanged += (s, e) => RaisePropertyChanged("InstanceCollection");

            Staging   = new Staging();
            Resources = new AppResources();
        }
 public Application()
 {
     Staging = new Staging();
     Resources = new AppResources();
 }
Exemple #3
0
 public Application()
 {
     Staging   = new Staging();
     Resources = new AppResources();
 }