mirror of
https://github.com/ckaczor/ProcessCpuUsageStatusWindow.git
synced 2026-03-11 03:51:40 -04:00
12 lines
296 B
C#
12 lines
296 B
C#
namespace ProcessCpuUsageStatusWindow.SettingsWindow
|
|
{
|
|
public partial class AboutSettingsPanel
|
|
{
|
|
public AboutSettingsPanel()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
public override string CategoryName => Properties.Resources.optionCategoryAbout;
|
|
}
|
|
} |