Inheritance: ReactiveUI.ReactiveObject
Exemple #1
0
 public GithubAuth()
 {
     InitializeComponent();
     DataContext = new GithubAuthViewModel(this);
 }
 public GithubAuth()
 {
     InitializeComponent();
     DataContext = new GithubAuthViewModel( this );
 }