Пример #1
0
 public Form(UIContext context, string title) : base(null)
 {
     Elements = new List <UIElement>();
     Context  = context;
 }