示例#1
0
 public Settings(Proflie profile)
 {
     InitializeComponent();
     this.profile = profile;
     var materialSkinManagers = MaterialSkinManager.Instance;
     materialSkinManagers.AddFormToManage(this);
     materialSkinManagers.Theme = MaterialSkinManager.Themes.LIGHT;
     materialSkinManagers.ColorScheme = new ColorScheme(Primary.Orange800, Primary.Orange900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE);
 }
示例#2
0
        public Settings(Proflie profile)
        {
            InitializeComponent();
            this.profile = profile;
            var materialSkinManagers = MaterialSkinManager.Instance;

            materialSkinManagers.AddFormToManage(this);
            materialSkinManagers.Theme       = MaterialSkinManager.Themes.LIGHT;
            materialSkinManagers.ColorScheme = new ColorScheme(Primary.Orange800, Primary.Orange900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE);
        }