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

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

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

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