BalloonsPop.GraphicUserInterface.Commands.WpfCommandModule.WpfCommandModule C# (CSharp) Méthode

WpfCommandModule() public méthode

Initializes a new instance of the WpfCommandModule class through injection with the provided kernel.
public WpfCommandModule ( IKernel kernel ) : System
kernel IKernel The kernel which the current instance of the module will use for binding.
Résultat System
        public WpfCommandModule(IKernel kernel)
            : base(kernel)
        {
        }
WpfCommandModule