Exemplo n.º 1
0
 public void ShowKeyboardLayout(bool shifted)
 {
     KeyboardControlFrame.Content = (shifted ? _shiftedLayout.GetGrid() : _layout.GetGrid());
 }