bovender framework
C# framework that implements MVVM and more
TestModel.cs
1
using
System
;
2
using
System
.Collections.Generic;
3
using
System
.Linq;
4
using
System
.Text;
5
6
namespace
Bovender
.UnitTests.Mvvm
7
{
8
class
TestModel
9
{
10
public
string
Value {
get
;
set
; }
11
12
public
TestModel
() { }
13
14
public
TestModel
(
string
value)
15
:
this
()
16
{
17
Value = value;
18
}
19
}
20
}
Bovender.UnitTests.Mvvm.TestModel
Definition:
TestModel.cs:8
Bovender
Definition:
ComHelpers.cs:24
System
BovenderUnitTests
Mvvm
TestModel.cs
Generated on Tue Aug 14 2018 13:04:33 for bovender framework by
1.8.11