Inheritance: ReactiveUI.ReactiveObject
Ejemplo n.º 1
0
 public GithubAuth()
 {
     InitializeComponent();
     DataContext = new GithubAuthViewModel(this);
 }
Ejemplo n.º 2
0
 public GithubAuth()
 {
     InitializeComponent();
     DataContext = new GithubAuthViewModel( this );
 }