mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-28 09:45:37 -05:00
Start working on settings UI
This commit is contained in:
12
SettingsWindow/AboutSettingsPanel.xaml.cs
Normal file
12
SettingsWindow/AboutSettingsPanel.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace WorldClockStatusWindow.SettingsWindow
|
||||
{
|
||||
public partial class AboutSettingsPanel
|
||||
{
|
||||
public AboutSettingsPanel()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override string CategoryName => Properties.Resources.optionCategoryAbout;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user