public static void Main(string[] args)
	{
		TestLib tl = new TestLib();
		MessageBox.Show(null, tl.LibOk(), "Test App");
	}
コード例 #2
0
ファイル: testapp.cs プロジェクト: RSchwoerer/Terminals
    public static void Main(string[] args)
    {
        TestLib tl = new TestLib();

        MessageBox.Show(null, tl.LibOk(), "Test App");
    }