|
Net-Framework/WPF/Application
WPF: Start arguments
|
30.12.2016 4401
|
WPF, C#: Start arguments
Task:
In a WPF application, a directory is to be passed as a parameter when the program is started
Start arguments are passed in programs like this
C: ProgramFiles My_Programm exe C: Data My_Folder
Solution:
1
|