Beispiel #1
0
 public ColorDialog setNegativeListener(int textId, OnNegativeListener l)
 {
     return(setNegativeListener(Context.GetText(textId), l));
 }
Beispiel #2
0
 public ColorDialog setNegativeListener(string text, OnNegativeListener l)
 {
     mNegativeText     = text;
     mNegativeListener = l;
     return(this);
 }