BalloonsPop.ConsoleBundle.ConsoleBundle C# (CSharp) Method

ConsoleBundle() public method

Initializes a new instance of the ConsoleBundle class.
public ConsoleBundle ( IKernel kernel ) : BalloonsPop.Bundling
kernel IKernel
return BalloonsPop.Bundling
        public ConsoleBundle(IKernel kernel)
            : base(kernel)
        {
            kernel.Inject(this.Reader);
        }
ConsoleBundle