2023-05-04 12:05:13 +05:30

7 lines
116 B
C#

namespace GMCabsDriverAssistantSolution.CustomControls
{
public class NoUnderlineEntry : Entry
{
}
}