I have a winform application which I developed in c# using Visual studio. This form has only one field in UI and want to convert that to a console application which can accept one argument.
Is that possible to do that in c#? One solution I could think of is taking the value for that one UI field through command line arguments of console application.
Any other suggestions would be welcomed.