BalloonsPop.GraphicUserInterface.Commands.WpfCommandModule.WpfCommandModule C# (CSharp) 메소드

WpfCommandModule() 공개 메소드

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