예제 #1
0
파일: Program.cs 프로젝트: hprez21/Hyrule
        public static void Main(string[] args)
        {
            var demo1 = new DemosSQLHelper();

            demo1.StartDemo();
        }
예제 #2
0
파일: Program.cs 프로젝트: hprez21/Hyrule
 public static void Main(string[] args)
 {
     var demo1 = new DemosSQLHelper();
     demo1.StartDemo();
 }