8 lines
176 B
C#
8 lines
176 B
C#
|
namespace Filtration.ThemeEditor.ViewModels
|
|||
|
{
|
|||
|
public class IntegerThemeComponentViewModel : ThemeComponentViewModel
|
|||
|
{
|
|||
|
public int Value { get; set; }
|
|||
|
}
|
|||
|
}
|