Add missing override for the AppDelegate.Window property. Fix bug #11914

This commit is contained in:
Sebastien Pouliot 2013-05-01 20:12:30 -04:00 коммит произвёл PJ Beaman
Родитель bcd75ef699
Коммит 6231e7841d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@ namespace WorldCities
// class-level declarations
[Export("window")]
public UIWindow Window {
public override UIWindow Window {
get;
set;
}