public void Excute() { TagToData tag = new TagToData(); tag.taging(); //Console.WriteLine("Almost Process of Taging Data is Done...."); //Console.ReadKey(); }
static void Main(string[] args) { TagToData tag = new TagToData(); tag.taging(); Console.WriteLine("Almost Process of Taging Data is Done...."); Console.ReadKey(); }