mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
CSV Import command created
This commit is contained in:
@@ -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"
|
@@ -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();
|
||||
}
|
Reference in New Issue
Block a user