F
Felix Joachim
Hi,
I have a simple application which I want to pass a string like this:
app.exe -parameter
What would be the easiest way read the parameter?
So far I've tried static void Main(string[] args) which didn't seem to work...
bye,
felix
I have a simple application which I want to pass a string like this:
app.exe -parameter
What would be the easiest way read the parameter?
So far I've tried static void Main(string[] args) which didn't seem to work...
bye,
felix