// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238 namespace ModernKeePass.Views { /// /// The import/export page. /// public sealed partial class ImportExportPage { public ImportExportPage() { InitializeComponent(); } } }