Exemplo n.º 1
0
		public OptionAttribute(OptionLocation location, string path, string defaultValue)
		{
			mLocation = location;
			mPath = path;
			mDefaultValue = defaultValue;
		}
Exemplo n.º 2
0
 public OptionAttribute(OptionLocation location, string path, string defaultValue)
 {
     mLocation     = location;
     mPath         = path;
     mDefaultValue = defaultValue;
 }