Ejemplo n.º 1
0
 protected DataEnabledListBoxItem(CapturedItemsListController controller)
 {
     this.controller = controller;
     this.AddHandler(System.Windows.Input.Mouse.MouseDownEvent, new MouseButtonEventHandler(HandleClick), true);
 }
 public static void Create(MainWindow window)
 {
     instance = new CapturedItemsListController(window);
 }