Esempio n. 1
0
 internal AlertDialogEvent(IntPtr ev, AlertDialog dia)
     : base(ev, dia)
 {
     Util.GetBPSOrException();
     CheckboxChecked = AlertDialog.dialog_event_get_alert_checkbox_checked(DangerousGetHandle());
 }
Esempio n. 2
0
 internal AlertDialogEvent(IntPtr ev, AlertDialog dia)
     : base(ev, dia)
 {
     Util.GetBPSOrException();
     CheckboxChecked = AlertDialog.dialog_event_get_alert_checkbox_checked(DangerousGetHandle());
 }