зеркало из https://github.com/xamarin/ios-samples.git
Add missing override for the AppDelegate.Window property. Fix bug #11914
This commit is contained in:
Родитель
bcd75ef699
Коммит
6231e7841d
|
@ -40,7 +40,7 @@ namespace WorldCities
|
|||
// class-level declarations
|
||||
|
||||
[Export("window")]
|
||||
public UIWindow Window {
|
||||
public override UIWindow Window {
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче