public void SetUp()
 {
     _converter = new TestPropertyValueConverter();
 }
 public void SetUp()
 {
     _converter = new TestPropertyValueConverter();
 }
Ejemplo n.º 3
0
 public PropertyValueProviderTests()
 {
     _converter = new TestPropertyValueConverter();
 }