BalloonsPop.GraphicUserInterface.WpfModule.WpfModule C# (CSharp) Méthode

WpfModule() public méthode

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.
Résultat BalloonsPop.Common.Contracts
        public WpfModule(IKernel kernel)
        {
            this.AppKernel = kernel;
        }