Beispiel #1
0
        public void TestKeyboard()
        {
            TimeSpan     ts       = new TimeSpan();
            KeybordTimer keyboard = new KeybordTimer("F1");

            Assert.IsNotNull(keyboard.GetCurrentTime());
        }
Beispiel #2
0
 public void TestKeyboard()
 {
     TimeSpan ts = new TimeSpan();
     KeybordTimer keyboard = new KeybordTimer("F1");
     Assert.IsNotNull(keyboard.GetCurrentTime());
 }