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