static void Main(string[] args)
 {
     HookStart hookStart = new HookStart(args);
 }
Example #2
0
 static void Main(string[] args)
 {
     HookStart hookStart = new HookStart(args);
 }