mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-27 02:26:28 +03:00
add private fields to RepositoryWindow
This commit is contained in:
@@ -12,6 +12,9 @@ namespace KeyKeeper.Views;
|
||||
|
||||
public partial class RepositoryWindow: Window
|
||||
{
|
||||
private bool allowClose;
|
||||
private bool closeConfirmationShown;
|
||||
|
||||
public RepositoryWindow(RepositoryWindowViewModel model)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user