예제 #1
0
 public RateUsersAdapter(Activity activity, bool showButton, TypeTextSecondary type)
 {
     try
     {
         HasStableIds    = true;
         ActivityContext = activity;
         ShowButton      = showButton;
         Type            = type;
     }
     catch (Exception e)
     {
         Methods.DisplayReportResultTrack(e);
     }
 }
 public ContactsAdapter(Activity activity, bool showButton, TypeTextSecondary type)
 {
     try
     {
         HasStableIds    = true;
         ActivityContext = activity;
         ShowButton      = showButton;
         Type            = type;
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
     }
 }