Exemplo n.º 1
0
 public void Accept(IDialogRemoteControl remoteControl)
 {
     _remoteControl = remoteControl;
     remoteControl.SetDialogTitle("Enter id to load the content.");
 }
Exemplo n.º 2
0
 void INeedRemoteControl.Accept(IDialogRemoteControl remoteControl)
 {
     _remoteControl = remoteControl;
 }