BalloonsPop.GraphicUserInterface.Commands.WpfCommandModule.WpfCommandModule C# (CSharp) Method

WpfCommandModule() public method

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.
return System
        public WpfCommandModule(IKernel kernel)
            : base(kernel)
        {
        }
WpfCommandModule