Read() 개인적인 메소드

private Read ( ) : void
리턴 void
예제 #1
0
파일: Store.cs 프로젝트: yzwbrian/SystemEx
        public static void Initialize(int version)
        {
            _instance = new Store(version);

            _instance.Read();
        }
예제 #2
0
파일: Store.cs 프로젝트: pvginkel/SystemEx
        public static void Initialize(int version)
        {
            _instance = new Store(version);

            _instance.Read();
        }