public void init(Display_T35 display_T35)
 {
     this.display = display_T35;
     this.window = display.WPFWindow;
     this.window.Child = this;
     this.taskbar = new TaskbarWidget();
 }
Beispiel #2
0
 public void init(Display_T35 display_T35)
 {
     this.display      = display_T35;
     this.window       = display.WPFWindow;
     this.window.Child = this;
     this.taskbar      = new TaskbarWidget();
 }