Я хочу создать два app.config файла и позволить пользователю решить который использовать параметром командной строки. Как я получаю свое заявление использовать один .config или другой в рамках моего кода?
I am using a Settings file which is set by the config file. There are two possible configurations and it would be easier if the user could just type ">myprogram -live" or ">myprogram -test" and the program select which config file to load from. Thanks!