C sharp program1



/*
	
	Autor:Zain Alyafaie
	Date: Oct 16,2017
	Purpose:Developing C# Application

	to compile this file Appl10162017h.cs
	from command line
	d:\csc /out:go.exe Appl10162017h.cs /Reference:
	to run it
	d:\go.exe
  

*/



using System.IO;



using dm.itd;


class AA {

	// static string wel="Welcome to  c# ";
	public static void Main(string []args){

		dm.itd.class1._welcome(args[0]);

		// myclass._welcome();

	}
/*
static  class myclass {

	static public  void _welcome(){

		System.Console.WriteLine(wel+".....");


	}

}

*/

} // end of class AA