SwitchTo() public method

public SwitchTo ( string key ) : void
key string
return void
Exemplo n.º 1
0
 public void ShowInbox(ImmutableInbox inbox)
 {
     this.Sync(() => LoadInbox(inbox));
     _region.SwitchTo("inbox");
 }