예제 #1
0
        private StatusItemControl AddShip(Ship ship)
        {
            var statusItemControl = new StatusItemControl(ship);
            sp_status.Children.Add(statusItemControl);

            return statusItemControl;
        }
예제 #2
0
        private StatusItemControl AddShip(Ship ship)
        {
            var statusItemControl = new StatusItemControl(ship);

            sp_status.Children.Add(statusItemControl);

            return(statusItemControl);
        }
예제 #3
0
 private void UpdateShip(StatusItemControl itemControl, Ship ship)
 {
     //itemControl.Fleet = fleet;
     itemControl.Ship = ship;
 }
예제 #4
0
 private void UpdateShip(StatusItemControl itemControl, Ship ship)
 {
     //itemControl.Fleet = fleet;
     itemControl.Ship = ship;
 }