SMB Server application: Added SettingsHelper class to handle settings logic

This commit is contained in:
Tal Aloni 2018-10-31 23:02:39 +02:00
parent ff368056c5
commit 6d562c41e9
4 changed files with 154 additions and 94 deletions

View file

@ -50,6 +50,8 @@
<SubType>Designer</SubType>
<DependentUpon>ServerUI.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="SettingsHelper.cs" />
<Compile Include="ShareSettings.cs" />
<Compile Include="User.cs" />
<Compile Include="UserCollection.cs" />
</ItemGroup>