public KeyboardViewModel(OnScreenKeyBoard container)
 {
     this.container = container;
     KeyModel.theKeyboardViewModel = this;
 }
Exemplo n.º 2
0
 public KeyboardViewModel(OnScreenKeyBoard container)
 {
     this.container = container;
     KeyModel.theKeyboardViewModel = this;
 }