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 SecurityApp10
  8.    {
  9.       static void Main(string[] args)
  10.       {
  11.          //
  12.          // TODO: Add code to start application here
  13.          //
  14.       }
  15.    }
  16. }