BLL.Workflows.TaskBootMenu.TaskBootMenu C# (CSharp) Метод

TaskBootMenu() публичный Метод

public TaskBootMenu ( Models computer, Models imageProfile, string direction ) : System
computer Models
imageProfile Models
direction string
Результат System
        public TaskBootMenu(Models.Computer computer, Models.ImageProfile imageProfile, string direction)
        {
            _computer = computer;
            _direction = direction;
            _imageProfile = imageProfile;
        }