public static T Get <T>(params IParameter[] parameters) { try { return(kernel.Get <T>(parameters)); } catch (Exception ex) { Seri.LogException(ex); throw; } }
static NinjectCore() { try { kernel = new StandardKernel(new NinjectPluginModule()); } catch (Exception ex) { Seri.LogException(ex); throw; } }