Ejemplo n.º 1
0
        private static void CommandWithIR_OnEnterPressed()
        {
            container.SuspendButtonEvents();
            Snatch3r snatch3r = new Snatch3r(Snatch3rBehaviour.CommandedRemotely);

            snatch3r.Start();
            container.ResumeButtonEvents();
        }
Ejemplo n.º 2
0
        private static void GarbageCollection_OnEnterPressed()
        {
            container.SuspendButtonEvents();
            Snatch3r snatch3r = new Snatch3r(Snatch3rBehaviour.GarbageCollection);

            snatch3r.Start();
            container.ResumeButtonEvents();
        }
Ejemplo n.º 3
0
        private static void LineFollowing_OnEnterPressed()
        {
            container.SuspendButtonEvents();
            Snatch3r snatch3r = new Snatch3r(Snatch3rBehaviour.LineFollowing);

            snatch3r.Start();
            container.ResumeButtonEvents();
        }