- add: Auth service
This commit is contained in:
@@ -11,7 +11,7 @@ public partial class AccountInfoView : UserControl
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public AccountInfoView(ViewModels.AccountInfoViewModel viewModel)
|
||||
public AccountInfoView(AccountInfoViewModel viewModel)
|
||||
: this()
|
||||
{
|
||||
DataContext = viewModel;
|
||||
|
||||
Reference in New Issue
Block a user