Click here to Skip to main content
15,898,854 members

Comments by GrabiCraft (Top 12 by date)

GrabiCraft 14-Feb-17 13:23pm View    
Also doesn't work. Hmmm....
GrabiCraft 14-Feb-17 7:23am View    
Code is uploaded. Just go under: this one also didn't seem to solve the problem.
GrabiCraft 14-Feb-17 7:21am View    
Deleted
using System;
using System.Configuration;
using System.Collections.Specialized;

namespace ConConfig
{
class Program
{
static void Main(string[] args)
{
if (Properties.Settings.Default.lvl2)
{
Console.WriteLine("Sorry but you didn't unlock level 2 yet");
}
else
{
Console.WriteLine("You entered level 2...");
}

Properties.Settings.Default.lvl2 = true;
Properties.Settings.Default.Save();
}
}
}
GrabiCraft 13-Feb-17 6:09am View    
Ok I'l do it when I am again at home
GrabiCraft 13-Feb-17 5:40am View    
Here is a picture of my Code:
https://plus.google.com/107961560865850716097/posts/MbUpLbMS4WL