Exemple #1
0
        protected Entry CreateEntry(SheetEntryStyle style, InputOptions inputOptions)
        {
            var button = new Entry()
            {
                Placeholder = inputOptions.Placeholder
            };

            style.ApplyTo(button);
            return(button);
        }