Пример #1
0
        public static LazyBeforeDotNet4 GetInstance()
        {
            if (dmInstance == null)
            {
                dmInstance = new LazyBeforeDotNet4();
            }

            return(dmInstance);
        }
 public static void LazyBeforeDotNet4Example()
 {
     LazyBeforeDotNet4 instance = LazyBeforeDotNet4.GetInstance();
 }