Beispiel #1
0
        public void AddShipListPanel(ShipListPanel.ShipListPanel panel)
        {
            var handler = new ShipListPanelHandler(panel);

            _filter.MouseDown += handler.MouseDown;
            _filter.MouseMove += handler.MouseMove;
            _filter.MouseUp   += handler.MouseUp;
        }
 public ShipListLabels(ShipListPanel shipListPanel)
 {
     _shipListPanel = shipListPanel;
 }
 public RepairListLabels(ShipListPanel shipListPanel)
 {
     _shipListPanel = shipListPanel;
 }
Beispiel #4
0
 public ShipListPanelHandler(ShipListPanel.ShipListPanel panel)
 {
     _panel = panel;
 }
 public GroupConfigLabels(ShipListPanel shipListPanel)
 {
     _shipListPanel = shipListPanel;
 }