C# Component for creating order number automatically
You can find the component (as .dll file) in "/OrderNumberGenerator/OrderNumberGenerator/bin/Debug/OrderNumberGenerator.dll".
Add the component to your project by "Add References" in your Solution Explorer.
How to use component:
NumberGenerator generator = new NumberGenerator();
string orderNumber = generator.GenerateNumber("FT");
The result will be like this: FT-201905-0256353