Example #1
0
        private void button_Click(object sender, RoutedEventArgs e)
        {
            AdamControl ac = new AdamControl(17);

            ac.BulbOn();
            Thread.Sleep(2000);
            ac.BulbOff();
        }
Example #2
0
        private void button1_Click(object sender, RoutedEventArgs e)
        {
            AdamControl ac = new AdamControl(20);

            ac.BulbOff();
        }