11 lines
197 B
C#
11 lines
197 B
C#
namespace Filtration.Views
|
|
{
|
|
public partial class ItemFilterCommentBlockView
|
|
{
|
|
public ItemFilterCommentBlockView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|