Exemplo n.º 1
0
        }                                                                                                                             //func

        private static void BtnTouch_Up(Object sender, EventArgs e)
        {
            KeyLoopHandler.EndKeypress();
        }                                                                                            //func
Exemplo n.º 2
0
 public static void vBtnTouch_Up(object sender, EventArgs e)
 {
     KeyLoopHandler.EndKeypress();
 }
Exemplo n.º 3
0
        }        //func

        //public static void OnButtonPress(Object sender, RoutedEventArgs e) { vKeyboard.ProcessCommand((sender as vButton).KBCommand); }//func
        private static void BtnTouch_Down(Object sender, EventArgs e)
        {
            KeyLoopHandler.BeginKeypress((sender as vButton).KBCommand);
        }                                                                                                                             //func
Exemplo n.º 4
0
 public static void vBtnTouch_Down(object sender, EventArgs e)
 {
     KeyLoopHandler.BeginKeypress((sender as vButton).KBCommand);
 }