BLL.Workflows.ClobberBootMenu.ClobberBootMenu C# (CSharp) Method

ClobberBootMenu() public method

public ClobberBootMenu ( Models imageProfile, bool promptComputerName ) : System
imageProfile Models
promptComputerName bool
return System
        public ClobberBootMenu(Models.ImageProfile imageProfile, bool promptComputerName)
        {
            _promptComputerName = promptComputerName;
            _imageProfile = imageProfile;
        }