Exemplo n.º 1
0
		public OpenFileValueItem(string path, string filter, bool exists = true) : base(path)
		{
			_filter = filter;
			_exists = exists;
			Exec = new BasicCommand(_Exec);
		}
Exemplo n.º 2
0
		void init(System.Windows.Media.Color color)
		{
			Value = color;
			Exec = new BasicCommand(_Exec);
		}
Exemplo n.º 3
0
		public PathValueItem(string path) : base(path)
		{
			Exec = new BasicCommand(_Exec);
		}