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