BalloonsPop.GraphicUserInterface.WpfBundle.WpfBundle C# (CSharp) Метод

WpfBundle() публичный Метод

Initializes a new instance of the WpfBundle class through injection with the provided kernel.
public WpfBundle ( IKernel kernel ) : BalloonsPop.Bundling
kernel IKernel
Результат BalloonsPop.Bundling
        public WpfBundle(IKernel kernel)
            : base(kernel)
        {
            kernel.Inject(this.Gui);
        }
WpfBundle