Checkpoint micasad code for portable app on windows.
This commit is contained in:
@@ -39,6 +39,14 @@ namespace sscs.common
|
||||
{
|
||||
}
|
||||
|
||||
internal WinUser(UserIdentifier winUserId, string userHome)
|
||||
{
|
||||
userId = winUserId;
|
||||
secretStore = new SecretStore(this);
|
||||
m_sUserHome = userHome;
|
||||
}
|
||||
|
||||
|
||||
internal WinUser(UserIdentifier winUserId)
|
||||
{
|
||||
userId = winUserId;
|
||||
@@ -115,8 +123,5 @@ namespace sscs.common
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user