mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-03-10 12:01:38 -04:00
Add template project
This commit is contained in:
12
Template/SettingsWindow/AboutSettingsPanel.xaml.cs
Normal file
12
Template/SettingsWindow/AboutSettingsPanel.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Template.SettingsWindow
|
||||
{
|
||||
public partial class AboutSettingsPanel
|
||||
{
|
||||
public AboutSettingsPanel()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override string CategoryName => Properties.Resources.optionCategoryAbout;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user