예제 #1
0
 public CustomSection(CustomEntry customEntry) : this(new List <CustomEntry>() { customEntry })
 {
 }
예제 #2
0
 public CustomSection(CustomEntry customEntry, Context context) : this(new List <CustomEntry>() { customEntry }, context)
 {
 }