mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
whitespace clean up
This commit is contained in:
@@ -12,7 +12,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
|
||||
ApplyTheme();
|
||||
PageIcon = Resources.Key_Icon;
|
||||
}
|
||||
|
||||
|
||||
public override string PageName {
|
||||
get => Language.Credentials;
|
||||
set { }
|
||||
|
||||
@@ -112,7 +112,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
|
||||
Settings.Default.SwitchToMCOnInformation = chkSwitchToMCInformation.Checked;
|
||||
Settings.Default.SwitchToMCOnWarning = chkSwitchToMCWarnings.Checked;
|
||||
Settings.Default.SwitchToMCOnError = chkSwitchToMCErrors.Checked;
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void SaveLoggingSettings()
|
||||
|
||||
@@ -12,11 +12,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
|
||||
InitializeComponent();
|
||||
ThemeManager.getInstance().ThemeChanged += ApplyTheme;
|
||||
}
|
||||
|
||||
|
||||
#region Public Properties
|
||||
// ReSharper disable once UnusedAutoPropertyAccessor.Global
|
||||
[Browsable(false)]public virtual string PageName {get; set;}
|
||||
|
||||
|
||||
public virtual Icon PageIcon {get; protected set;}
|
||||
public virtual Image IconImage => PageIcon?.ToBitmap();
|
||||
|
||||
@@ -25,22 +25,22 @@ namespace mRemoteNG.UI.Forms.OptionsPages
|
||||
#region Public Methods
|
||||
public virtual void ApplyLanguage()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public virtual void LoadSettings()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public virtual void SaveSettings()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public virtual void RevertSettings()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user