Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s
12 lines
311 B
C#
12 lines
311 B
C#
namespace HardwareMonitorStatusWindow.StatusWindow.SettingsWindow
|
|
{
|
|
public partial class AboutSettingsPanel
|
|
{
|
|
public AboutSettingsPanel()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
public override string CategoryName => StatusWindow.Resources.optionCategoryAbout;
|
|
}
|
|
} |