summaryrefslogtreecommitdiff
path: root/Codemerx/Gestor.Application/Componentes/CustomItemValidation.cs
blob: 760f804523de6306f3e716ab01ea93ed9a7a7d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace Gestor.Application.Componentes
{
	public class CustomItemValidation : CustomItemControl
	{
		public CustomItemValidation()
		{
		}
	}
}