Esempio n. 1
0
        public static ProgramPath Instance()
        {
            lock (locker)
            {
                if (_instance == null)
                {
                    _instance = new ProgramPath();
                }

                return(_instance);
            }
        }
Esempio n. 2
0
 public void Init()
 {
     ProgramPath.Instance();
 }