public RemoteTextboxScreen(ICameraToServerBus cameraHubProxy, TextBox textbox) : base(cameraHubProxy)
 {
     _textBox = new TextboxScreen(textbox);
 }
示例#2
0
 public RemoteTextboxScreen(ICameraToServerBus cameraHubProxy, TextBox textbox)
     : base(cameraHubProxy)
 {
     _textBox = new TextboxScreen(textbox);
 }