Hackathon_GetStarted.BoardStyleFillSettings.BoardStyleFillSettings C# (CSharp) Метод

BoardStyleFillSettings() публичный Метод

public BoardStyleFillSettings ( string _backgroundcolor, string _titlecolor ) : Newtonsoft.Json
_backgroundcolor string
_titlecolor string
Результат Newtonsoft.Json
        public BoardStyleFillSettings(string _backgroundcolor, string _titlecolor)
        {
            this.backgroundcolor = _backgroundcolor;
            this.titlecolor = _titlecolor;
        }
    }
BoardStyleFillSettings