Exemple #1
0
 /// <summary>
 /// The default constructor.
 /// </summary>
 public WindowManager(Vec2 size)
 {
     ActiveWindows = new Window[0];
     this.Size     = size;
     this.Taskbar  = new Taskbar(this);
 }
Exemple #2
0
 /// <summary>
 /// The default constructor.
 /// </summary>
 public WindowManager(Vec2 size)
 {
     ActiveWindows = new Window[0];
     this.Size = size;
     this.Taskbar = new Taskbar(this);
 }