renamed page

This commit is contained in:
David Sparer
2017-02-11 18:00:45 -07:00
parent a187832cdc
commit 8dc4246c98
5 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ namespace mRemoteNG.UI.Forms.CredentialManagerPages
{
var addRepoSequence = new PageSequence(Parent,
this,
new CredentialRepositorySelectionPage(
new CredentialRepositoryTypeSelectionPage(
new ISelectionTarget<ICredentialRepositoryConfig>[]
{
new XmlCredentialRepositorySelector(),

View File

@@ -1,6 +1,6 @@
namespace mRemoteNG.UI.Forms.CredentialManagerPages
{
partial class CredentialRepositorySelectionPage
partial class CredentialRepositoryTypeSelectionPage
{
/// <summary>
/// Required designer variable.

View File

@@ -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<ISelectionTarget<ICredentialRepositoryConfig>> selectionTargets, ICredentialRepositoryList repositoryList)
public CredentialRepositoryTypeSelectionPage(IEnumerable<ISelectionTarget<ICredentialRepositoryConfig>> selectionTargets, ICredentialRepositoryList repositoryList)
{
if (selectionTargets == null)
throw new ArgumentNullException(nameof(selectionTargets));

View File

@@ -380,11 +380,11 @@
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositoryEditorPages\XmlCredentialRepositoryEditorPage.Designer.cs">
<DependentUpon>XmlCredentialRepositoryEditorPage.cs</DependentUpon>
</Compile>
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositorySelectionPage.cs">
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositoryTypeSelectionPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositorySelectionPage.Designer.cs">
<DependentUpon>CredentialRepositorySelectionPage.cs</DependentUpon>
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositoryTypeSelectionPage.Designer.cs">
<DependentUpon>CredentialRepositoryTypeSelectionPage.cs</DependentUpon>
</Compile>
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositorySelectors\KeePassRepositorySelector.cs" />
<Compile Include="UI\Forms\CredentialManagerPages\CredentialRepositorySelectors\XmlCredentialRepositorySelector.cs" />
@@ -690,8 +690,8 @@
<EmbeddedResource Include="UI\Forms\CredentialManagerPages\CredentialRepositoryEditorPages\XmlCredentialRepositoryEditorPage.resx">
<DependentUpon>XmlCredentialRepositoryEditorPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Forms\CredentialManagerPages\CredentialRepositorySelectionPage.resx">
<DependentUpon>CredentialRepositorySelectionPage.cs</DependentUpon>
<EmbeddedResource Include="UI\Forms\CredentialManagerPages\CredentialRepositoryTypeSelectionPage.resx">
<DependentUpon>CredentialRepositoryTypeSelectionPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Forms\CredentialManagerPages\CredentialRepositoriesPage.resx">
<DependentUpon>CredentialRepositoriesPage.cs</DependentUpon>