mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00

Changed Help tooltip location in New Database Settings page Suggest Save As when opening DB when another is opened and there is a save error
16 lines
352 B
C#
16 lines
352 B
C#
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
|
|
|
namespace ModernKeePass.Views
|
|
{
|
|
/// <summary>
|
|
/// The import/export page.
|
|
/// </summary>
|
|
public sealed partial class ImportExportPage
|
|
{
|
|
public ImportExportPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|