示例#1
0
        static void Main()
        {
            MaterialSkinManager
            .Instance
            .ColorScheme = new ColorScheme(
                Primary.BlueGrey800,
                Primary.BlueGrey900,
                Primary.BlueGrey500,
                Accent.LightBlue200,
                TextShade.WHITE);

            new Bootstrapper(IOCContainer.GetContainer())
            .Start();
        }
示例#2
0
 public GenericService()
 {
     this.Container = IOCContainer.GetContainer();
 }