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

WpfModule() public method

Initializes a new instance of the WpfModule class. It accepts a kernel which is used to bind exports.
public WpfModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel The kernel to which the AppKernel property will be set.
return BalloonsPop.Common.Contracts
        public WpfModule(IKernel kernel)
        {
            this.AppKernel = kernel;
        }