mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Rename organizationName field
This commit is contained in:
parent
23713dc505
commit
799d7f0dce
@ -24,7 +24,7 @@ namespace Remotely.Agent.Installer.Win.ViewModels
|
||||
private bool isReadyState = true;
|
||||
private bool isServiceInstalled;
|
||||
|
||||
private string organizationName;
|
||||
private string organizationID;
|
||||
|
||||
private int progress;
|
||||
|
||||
@ -109,11 +109,11 @@ namespace Remotely.Agent.Installer.Win.ViewModels
|
||||
{
|
||||
get
|
||||
{
|
||||
return organizationName;
|
||||
return organizationID;
|
||||
}
|
||||
set
|
||||
{
|
||||
organizationName = value;
|
||||
organizationID = value;
|
||||
FirePropertyChanged(nameof(OrganizationID));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user