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