AssemblyToInject.GoBabyGo.Inject C# (CSharp) Method

Inject() public static method

public static Inject ( ) : void
return void
        public static void Inject()
        {
            MessageBox.Show("31337");
            //Debug.WriteLine("Hello form Inject: Dispatching to UI thread");
            //Application.Current.RootVisual.Dispatcher.BeginInvoke(new Action(() => MessageBox.Show("31337")));
            //Debug.WriteLine("Hello from Inject: done.");
        }
GoBabyGo