public static BookingsTabFragment NewInstance(int position, bool workshop) { var f = new BookingsTabFragment(); var b = new Bundle(); b.PutInt("position", position); b.PutBoolean("isWorkshop", workshop); f.Arguments = b; return f; }
public static BookingsTabFragment NewInstance(int position, bool workshop) { var f = new BookingsTabFragment(); var b = new Bundle(); b.PutInt("position", position); b.PutBoolean("isWorkshop", workshop); f.Arguments = b; return(f); }