Exemplo n.º 1
0
        static void Main()
        {
            Configuration.EnableObjectTracking = true;
            var app = new SkullDemo(Process.GetCurrentProcess().Handle);

            if (!app.Init())
            {
                return;
            }
            app.Run();
        }
Exemplo n.º 2
0
 static void Main() {
     Configuration.EnableObjectTracking = true;
     var app = new SkullDemo(Process.GetCurrentProcess().Handle);
     if (!app.Init()) {
         return;
     }
     app.Run();
 }