mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
renamed page
This commit is contained in:
@@ -40,7 +40,7 @@ namespace mRemoteNG.UI.Forms.CredentialManagerPages
|
||||
{
|
||||
var addRepoSequence = new PageSequence(Parent,
|
||||
this,
|
||||
new CredentialRepositorySelectionPage(
|
||||
new CredentialRepositoryTypeSelectionPage(
|
||||
new ISelectionTarget<ICredentialRepositoryConfig>[]
|
||||
{
|
||||
new XmlCredentialRepositorySelector(),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace mRemoteNG.UI.Forms.CredentialManagerPages
|
||||
{
|
||||
partial class CredentialRepositorySelectionPage
|
||||
partial class CredentialRepositoryTypeSelectionPage
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
@@ -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));
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user