TestClass.cs
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:0k
源码类别:

C#编程

开发平台:

Others

  1. using System;
  2. namespace AppSupportII
  3. {
  4. /// <summary>
  5. /// Summary description for Class1.
  6. /// </summary>
  7. public class TestClass
  8. {
  9. public TestClass()
  10. {
  11. //
  12. // TODO: Add constructor logic here
  13. //
  14. }
  15.     public string TestMethod()
  16.     {
  17.       return "Hello World";
  18.     }
  19. }
  20. }