C sharp program1
Would you like to make this site your homepage? It's fast and easy...
Yes, Please make this my home page!
/*
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