mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-17 18:16:28 +03:00
move RepositoryWindow to KeyKeeper.Views
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:KeyKeeper.ViewModels"
|
||||
x:Class="KeyKeeper.RepositoryWindow"
|
||||
x:Class="KeyKeeper.Views.RepositoryWindow"
|
||||
Title="KeyKeeper - Хранилище паролей"
|
||||
CanResize="False"
|
||||
Width="800"
|
||||
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using Avalonia.Controls;
|
||||
using KeyKeeper.ViewModels;
|
||||
using KeyKeeper.Views;
|
||||
|
||||
namespace KeyKeeper;
|
||||
namespace KeyKeeper.Views;
|
||||
|
||||
public partial class RepositoryWindow: Window
|
||||
{
|
||||
Reference in New Issue
Block a user