BalloonsPop.GraphicUserInterface.WpfBundle.WpfBundle C# (CSharp) Method

WpfBundle() public method

Initializes a new instance of the WpfBundle class through injection with the provided kernel.
public WpfBundle ( IKernel kernel ) : BalloonsPop.Bundling
kernel IKernel
return BalloonsPop.Bundling
        public WpfBundle(IKernel kernel)
            : base(kernel)
        {
            kernel.Inject(this.Gui);
        }
WpfBundle