示例#1
0
 public TimePickerDialog(android.content.Context context, android.app.TimePickerDialog
                         .OnTimeSetListener callBack, int hourOfDay, int minute, bool is24HourView) : this
     (context, 0, callBack, hourOfDay, minute, is24HourView)
 {
     throw new System.NotImplementedException();
 }