private void onRequestRank() { RequestUserTypeDialog d = new RequestUserTypeDialog(user.idUser, t); d.Show(ViewController.getInstance().mainActivity.FragmentManager, "REQUEST_USERTYPE_DIALOG"); }
public RequestUTClickListener(string source, View view, RequestUserTypeDialog d) { this.source = source; this.view = view; this.d = d; }