Ok, Just Do It!

This commit is contained in:
Vitaliy
2017-02-18 00:15:59 +03:00
parent f0913f9873
commit 5c46ef7b7f
122 changed files with 1712 additions and 2177 deletions

View File

@@ -39,10 +39,10 @@ namespace BrightSharp.Ui.Tests
set { _companyName = value; RaisePropertyChanged(nameof(CompanyName)); }
}
public string ContactName
public string ContactNameCN
{
get { return _contactName; }
set { _contactName = value; RaisePropertyChanged(nameof(ContactName)); }
set { _contactName = value; RaisePropertyChanged(nameof(ContactNameCN)); }
}
public string ContactTitle