Beispiel #1
0
 public RecyclerAdapter(Context con, Config c)
 {
     this.Context = con;
     this.Config  = c;
     this.Items   = ConfigUtil.ConvertToDisplay(this.Config);
 }
Beispiel #2
0
 public TableSource(Config c)
 {
     this.Config = c;
     this.Items  = ConfigUtil.ConvertToDisplay(this.Config);
 }