- using System;
- namespace Wrox.ProCSharp.Security
- {
- /// <summary>
- /// Summary description for Class1.
- /// </summary>
- class SecurityApp11
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- [STAThread]
- static void Main(string[] args)
- {
- //
- // TODO: Add code to start application here
- //
- }
- }
- }