コード例 #1
0
 void Close()
 {
     Superview.WillRemoveSubview(this);
     RemoveFromSuperview();
     UIAccessibility.PostNotification(UIAccessibilityPostNotification.ScreenChanged, _initiaterView);
 }