コード例 #1
0
        public void Excute()
        {
            TagToData tag = new TagToData();

            tag.taging();
            //Console.WriteLine("Almost Process of Taging Data is Done....");
            //Console.ReadKey();
        }
コード例 #2
0
        static void Main(string[] args)
        {
            TagToData tag = new TagToData();

            tag.taging();
            Console.WriteLine("Almost Process of Taging Data is Done....");
            Console.ReadKey();
        }