public NumberPickerDialogFragment(Context context, string title, NumberPickerOptions options, string callerKey)
 {
     _context = context;
     _title = title;
     _options = options;
     _callerKey = callerKey;
 }
Beispiel #2
0
 public NumberPickerDialogFragment(Context context, string title, NumberPickerOptions options, string callerKey)
 {
     _context   = context;
     _title     = title;
     _options   = options;
     _callerKey = callerKey;
 }