Esempio n. 1
0
        public void Setup()
        {
            _property = PropertyStub.Named("Test").Of <string>();

            _descriptor = new ViewModelPropertyDescriptor <string>(_property, typeof(string));
            _vm         = new ViewModelStub();
        }