mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-03-10 12:01:38 -04:00
12 lines
277 B
C#
12 lines
277 B
C#
namespace Template.SettingsWindow
|
|
{
|
|
public partial class AboutSettingsPanel
|
|
{
|
|
public AboutSettingsPanel()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
public override string CategoryName => Properties.Resources.optionCategoryAbout;
|
|
}
|
|
} |