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

C#编程

开发平台:

Others

  1. using System;
  2. namespace Wrox.ProCSharp.Security
  3. {
  4. /// <summary>
  5. /// Summary description for Class1.
  6. /// </summary>
  7. class SecurityApp11
  8. {
  9. /// <summary>
  10. /// The main entry point for the application.
  11. /// </summary>
  12. [STAThread]
  13. static void Main(string[] args)
  14. {
  15. //
  16. // TODO: Add code to start application here
  17. //
  18. }
  19. }
  20. }