Created TextBox with Forward button style for Entry Url

Created PasswordBox with always visible Forward button for Open Database user control
This commit is contained in:
2017-10-12 17:30:29 +02:00
committed by BONNEVILLE Geoffroy
parent 69a63f4b2e
commit cddda7adcd
12 changed files with 657 additions and 70 deletions

View File

@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: ComVisible(false)]