- 博客(4)
- 收藏
- 关注
原创 DLL的应用。
csc /target:library OutPut.cscsc /reference:OutPut.dll class1.cs 一: using System; public class OutPut { private string OutPutWord; public OutPut(string OutWord) { OutPutWord=OutWord; Cons
2004-09-26 19:30:00 894
原创 我的第三个HelloWorld
using System;namespace ConsoleApplication5{ class HelloWorld { private string OutPut; public HelloWorld(string OutWord) { OutPut=OutWord; Console.WriteLine(OutPut); } } /// /// Class1 的摘要
2004-09-26 18:51:00 708
原创 我的第二个HelloWrold.
using System;namespace ConsoleApplication5{ class HelloWorld { public void Show() { Console.WriteLine("Hello World!"); } } /// /// Class1 的摘要说明。 /// class Class1 { /// /// 应用程序的主入口点。 //
2004-09-26 18:40:00 667 1
原创 我的第一个HelloWorld
using System;namespace ConsoleApplication5{ /// /// Class1 的摘要说明。 /// class Class1 { /// /// 应用程序的主入口点。 /// [STAThread] static void Main(string[] args) { Console.WriteLine("Hello World!"
2004-09-26 16:39:00 793 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人