зеркало из https://github.com/github/VisualStudio.git
Fix silly copy paste
This commit is contained in:
Родитель
b26f524cb3
Коммит
25dc65afec
|
@ -23,7 +23,7 @@ namespace GitHub.VisualStudio.UI.Views.Controls
|
|||
}
|
||||
|
||||
public static readonly DependencyProperty ViewModelProperty = DependencyProperty.Register(
|
||||
"ViewModel", typeof(ICloneRepoViewModel), typeof(LoginControl), new PropertyMetadata(null));
|
||||
"ViewModel", typeof(ICloneRepoViewModel), typeof(CloneRepoControl), new PropertyMetadata(null));
|
||||
|
||||
|
||||
object IViewFor.ViewModel
|
||||
|
|
|
@ -68,7 +68,7 @@ namespace GitHub.VisualStudio.UI.Views.Controls
|
|||
}
|
||||
|
||||
public static readonly DependencyProperty ViewModelProperty = DependencyProperty.Register(
|
||||
"ViewModel", typeof(ICreateRepoViewModel), typeof(LoginControl), new PropertyMetadata(null));
|
||||
"ViewModel", typeof(ICreateRepoViewModel), typeof(CreateRepoControl), new PropertyMetadata(null));
|
||||
|
||||
|
||||
object IViewFor.ViewModel
|
||||
|
|
Загрузка…
Ссылка в новой задаче