Hey
i wnna add some values to my application Settings file. At moment i can Access the fle and read values with:
Properties.Settings settings = newProperties.Settings();
but ive no idea how to add a new key...
Hey
i wnna add some values to my application Settings file. At moment i can Access the fle and read values with:
Properties.Settings settings = newProperties.Settings();
but ive no idea how to add a new key...