This commit is contained in:
@@ -145,5 +145,8 @@
|
||||
<ItemGroup>
|
||||
<None Include="Resources\pass.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="devinfo.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
@@ -80,6 +80,9 @@ AyaNovaUserType: {util.AyaNovaUserType}");
|
||||
|
||||
|
||||
btnLogin.Enabled = btnTest.Enabled = true;
|
||||
//successful login, persist server setting
|
||||
Properties.Settings.Default.serverurl = edServerUrl.Text;
|
||||
Properties.Settings.Default.Save();
|
||||
|
||||
this.DialogResult = DialogResult.OK;
|
||||
this.Close();
|
||||
|
||||
2
AyaNovaQBI/devinfo.txt
Normal file
2
AyaNovaQBI/devinfo.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
TODO:
|
||||
Test persisted form settings for server url
|
||||
Reference in New Issue
Block a user