コード例 #1
0
ファイル: Program.cs プロジェクト: netopvh/gestaoprodutos
        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();
 }