Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GridContainer"/> class.
 /// </summary>
 public GridContainer() : base(new SafeControlHandle(Libui.NewGrid()))
 {
 }