Beispiel #1
0
        public static void Main()
        {
            sName = string.Empty;

            while (true)
            {
                if (Game.IsKeyDown(System.Windows.Forms.Keys.F9))
                {
                    Rage.Forms.GwenForm fExample = new UI.ExemplaryForm();
                    fExample.Show();
                }

                GameFiber.Yield();
            }
        }
Beispiel #2
0
        public static void Main()
        {
            sName = string.Empty;

            while(true)
            {
                if(Game.IsKeyDown(System.Windows.Forms.Keys.F9))
                {
                    Rage.Forms.GwenForm fExample = new UI.ExemplaryForm();
                    fExample.Show();
                }

                GameFiber.Yield();
            }
        }