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

WpfBundle() public méthode

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