How I can modify the code to make work all statements?

前端 未结 2 1223
北海茫月
北海茫月 2021-01-28 17:46

I have the next code :

private void Install_Click(object sender, EventArgs e)
{

    string configfilename = path + \"config.ini\";
    string installerfilename          


        
2条回答
  •  难免孤独
    2021-01-28 18:34

    There is a mechanism to read/write to ini file. There is no need to re-invent the wheel here. Take a look at Reading/writing an INI file

提交回复
热议问题