xamarin-macios/tests/dotnet/MyTVApp/AppDelegate.cs

17 строки
241 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using UIKit;
namespace MyTVApp
{
public partial class AppDelegate : UIApplicationDelegate
{
public override UIWindow Window {
get;
set;
}
}
}