11 lines
199 B
C#
11 lines
199 B
C#
namespace Filtration.ThemeEditor.Views
|
|
{
|
|
public partial class ThemeComponentControl
|
|
{
|
|
public ThemeComponentControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|