Esempio n. 1
0
 public CustomSection(CustomEntry customEntry) : this(new List <CustomEntry>() { customEntry })
 {
 }
Esempio n. 2
0
 public CustomSection(CustomEntry customEntry, Context context) : this(new List <CustomEntry>() { customEntry }, context)
 {
 }