Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemsControl"/> class.
 /// </summary>
 public ItemsControl()
 {
     Classes.Add(":empty");
     Items = new PerspexList <object>();
 }