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