InitWithStupidData() 공개 메소드

public InitWithStupidData ( ) : void
리턴 void
예제 #1
0
파일: StorageTmp.cs 프로젝트: xuedong/Tigwi
        static void Main(string[] args)
        {
            StorageTmp DB = new StorageTmp();

            DB.InitWithStupidData();
            DB.afficheDebug();

            Console.ReadLine();
        }
예제 #2
0
        static void Main(string[] args)
        {
            StorageTmp DB = new StorageTmp();
            DB.InitWithStupidData();
            DB.afficheDebug();

            Console.ReadLine();
        }