CSV Import command created

This commit is contained in:
Geoffroy BONNEVILLE
2020-06-05 19:08:29 +02:00
parent 1f04f941c2
commit 4e7aca5517
10 changed files with 78 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
<Page
x:Class="ModernKeePass.Views.ImportExportPage"
x:Class="ModernKeePass.Views.ImportPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

View File

@@ -5,9 +5,9 @@ namespace ModernKeePass.Views
/// <summary>
/// The import/export page.
/// </summary>
public sealed partial class ImportExportPage
public sealed partial class ImportPage
{
public ImportExportPage()
public ImportPage()
{
InitializeComponent();
}