BLL.Workflows.ClobberBootMenu.ClobberBootMenu C# (CSharp) 메소드

ClobberBootMenu() 공개 메소드

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