Exemplo n.º 1
0
        public static Config GetInstance()
        {
            if (instance == null)
            {
                instance = new Config();
            }

            return instance;
        }
Exemplo n.º 2
0
 public MainForm()
 {
     this.conf = Config.GetInstance();
     this.InitializeComponent();
 }