From 8dc4246c989c04e797ba92348465be98e7eb3d82 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Sat, 11 Feb 2017 18:00:45 -0700 Subject: [PATCH] renamed page --- .../CredentialRepositoriesPage.cs | 2 +- ... CredentialRepositoryTypeSelectionPage.Designer.cs} | 2 +- ...age.cs => CredentialRepositoryTypeSelectionPage.cs} | 4 ++-- ...resx => CredentialRepositoryTypeSelectionPage.resx} | 0 mRemoteV1/mRemoteV1.csproj | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) rename mRemoteV1/UI/Forms/CredentialManagerPages/{CredentialRepositorySelectionPage.Designer.cs => CredentialRepositoryTypeSelectionPage.Designer.cs} (99%) rename mRemoteV1/UI/Forms/CredentialManagerPages/{CredentialRepositorySelectionPage.cs => CredentialRepositoryTypeSelectionPage.cs} (92%) rename mRemoteV1/UI/Forms/CredentialManagerPages/{CredentialRepositorySelectionPage.resx => CredentialRepositoryTypeSelectionPage.resx} (100%) diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs index 702100bf..467aab7a 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs @@ -40,7 +40,7 @@ namespace mRemoteNG.UI.Forms.CredentialManagerPages { var addRepoSequence = new PageSequence(Parent, this, - new CredentialRepositorySelectionPage( + new CredentialRepositoryTypeSelectionPage( new ISelectionTarget[] { new XmlCredentialRepositorySelector(), diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.Designer.cs b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.Designer.cs similarity index 99% rename from mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.Designer.cs rename to mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.Designer.cs index 694acdad..91dae867 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.Designer.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.Designer.cs @@ -1,6 +1,6 @@ namespace mRemoteNG.UI.Forms.CredentialManagerPages { - partial class CredentialRepositorySelectionPage + partial class CredentialRepositoryTypeSelectionPage { /// /// Required designer variable. diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.cs b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.cs similarity index 92% rename from mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.cs rename to mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.cs index 828c2ae1..504fa1fc 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.cs @@ -10,11 +10,11 @@ using mRemoteNG.UI.Forms.CredentialManagerPages.CredentialRepositoryEditorPages; namespace mRemoteNG.UI.Forms.CredentialManagerPages { - public partial class CredentialRepositorySelectionPage : SequencedControl + public partial class CredentialRepositoryTypeSelectionPage : SequencedControl { private readonly ICredentialRepositoryList _repositoryList; - public CredentialRepositorySelectionPage(IEnumerable> selectionTargets, ICredentialRepositoryList repositoryList) + public CredentialRepositoryTypeSelectionPage(IEnumerable> selectionTargets, ICredentialRepositoryList repositoryList) { if (selectionTargets == null) throw new ArgumentNullException(nameof(selectionTargets)); diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.resx b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.resx rename to mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.resx diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteV1/mRemoteV1.csproj index d720d073..068efd74 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteV1/mRemoteV1.csproj @@ -380,11 +380,11 @@ XmlCredentialRepositoryEditorPage.cs - + UserControl - - CredentialRepositorySelectionPage.cs + + CredentialRepositoryTypeSelectionPage.cs @@ -690,8 +690,8 @@ XmlCredentialRepositoryEditorPage.cs - - CredentialRepositorySelectionPage.cs + + CredentialRepositoryTypeSelectionPage.cs CredentialRepositoriesPage.cs