ios-samples/ZoomingPdfViewer/AppDelegate.cs

10 строки
194 B
C#

using Foundation;
using UIKit;
namespace ZoomingPdfViewer {
[Register ("AppDelegate")]
public class AppDelegate : UIApplicationDelegate {
public override UIWindow Window { get; set; }
}
}