Skip to content

Instantly share code, notes, and snippets.

@AnsonSmith
Created October 8, 2010 20:28
Show Gist options
  • Save AnsonSmith/617472 to your computer and use it in GitHub Desktop.
Save AnsonSmith/617472 to your computer and use it in GitHub Desktop.
public class ShellViewModel : Conductor<Screen>.Collection.OneActive
{
public void NewScreen()
{
ActivateItem(new RandomScreenViewModel());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment