BalloonsPop.LogicProvider.LogicModule.LogicModule C# (CSharp) Méthode

LogicModule() public méthode

Initializes a new instance of the LogicModule class through injection with the provided kernel.
public LogicModule ( IKernel bindingKernel ) : System
bindingKernel IKernel
Résultat System
        public LogicModule(IKernel bindingKernel)
        {
            kernel = bindingKernel;
        }