Esempio n. 1
0
 private GadgetFeatureRegistry()
 {
     features = new Dictionary<String, GadgetFeature>();
     core = new Dictionary<String, GadgetFeature>();
     JsFeatureLoader loader = new JsFeatureLoader();
     loader.LoadFeatures(AppDomain.CurrentDomain.BaseDirectory + "/Content/features/features.txt", this);
 }
        private GadgetFeatureRegistry()
        {
            features = new Dictionary <String, GadgetFeature>();
            core     = new Dictionary <String, GadgetFeature>();
            JsFeatureLoader loader = new JsFeatureLoader();

            loader.LoadFeatures(AppDomain.CurrentDomain.BaseDirectory + "/Content/features/features.txt", this);
        }