This commit is contained in:
Andreia Gaita 2015-02-26 20:53:21 +01:00
Родитель b26f524cb3
Коммит 25dc65afec
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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