static CommandFactory() {
			_commandProperties = CommandProperties.GetInstance();
		}
Esempio n. 2
0
		// Overloaded GetInstance() method
		public static CommandProperties GetInstance(String filename){
			if(_props == null){
				_props = new CommandProperties();
			}
     return _props;
		}