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