Skip to content

Commit

Permalink
add ui for managing database keys. issue #28
Browse files Browse the repository at this point in the history
  • Loading branch information
smorks committed Sep 2, 2021
1 parent 360582f commit e372a81
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 67 deletions.
1 change: 1 addition & 0 deletions KeePassNatMsg/KeePassNatMsg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<Compile Include="Entry\EntryConfig.cs" />
<Compile Include="ConfigOpt.cs" />
<Compile Include="Options\DatabaseItem.cs" />
<Compile Include="Options\DatabaseKeyItem.cs" />
<Compile Include="Options\OptionsForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
8 changes: 8 additions & 0 deletions KeePassNatMsg/Options/DatabaseKeyItem.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace KeePassNatMsg.Options
{
class DatabaseKeyItem
{
public string Name { get; set; }
public string Key { get; set; }
}
}
141 changes: 119 additions & 22 deletions KeePassNatMsg/Options/OptionsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e372a81

Please sign in to comment.