mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
Ok, Just Do It!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user