Skip to content

Commit

Permalink
refactor(EddFcmsPluginConfigPanel): rename controls
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Aug 20, 2022
1 parent 9369bd8 commit c7095e4
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 87 deletions.
170 changes: 85 additions & 85 deletions EddFcmsPluginConfigPanel.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions EddFcmsPluginConfigPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public ConfigPanel(string email, string apikey)
{
InitializeComponent();

fcmsEmailAddress.Text = email;
fcmsApiKey.Text = apikey;
FcmsEmailAddressInput.Text = email;
FcmsApiKeyInput.Text = apikey;
}

private void linkToFcms_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
Expand Down

0 comments on commit c7095e4

Please sign in to comment.