Exemplo n.º 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;
        }
Exemplo n.º 2
0
 public ShipListLabels(ShipListPanel shipListPanel)
 {
     _shipListPanel = shipListPanel;
 }
Exemplo n.º 3
0
 public RepairListLabels(ShipListPanel shipListPanel)
 {
     _shipListPanel = shipListPanel;
 }
Exemplo n.º 4
0
 public ShipListPanelHandler(ShipListPanel.ShipListPanel panel)
 {
     _panel = panel;
 }
Exemplo n.º 5
0
 public GroupConfigLabels(ShipListPanel shipListPanel)
 {
     _shipListPanel = shipListPanel;
 }