| msg=[文字列表示 Class] leng=11 |
前田稔(Maeda Minoru)の超初心者のプログラム入門
![]()
![]()
/*★ C# から STRCLASS を呼び出す 前田 稔 ★*/
using System;
using StrClass;
class console
{
public static int Main()
{ STRCLASS cls = new STRCLASS();
string str = "文字列表示 Class";
cls.StrMsg(str);
System.Console.ReadLine();
return 0;
}
}
|

| msg=[文字列表示 Class] leng=11 |
![]()