mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-14 01:25:44 -05:00
12 lines
291 B
C#
12 lines
291 B
C#
namespace WorldClockStatusWindow.SettingsWindow
|
|
{
|
|
public partial class AboutSettingsPanel
|
|
{
|
|
public AboutSettingsPanel()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
public override string CategoryName => Properties.Resources.optionCategoryAbout;
|
|
}
|
|
} |