Inheritance: UIApplicationDelegate
コード例 #1
0
ファイル: AppDelegate.cs プロジェクト: kiip/xamarin-plugin
 public TestKiipDelegate(AppDelegate parent)
 {
     _parent = parent;
 }