Beispiel #1
0
        public async Task CreateElementsAsync()
        {
            if (MainSql.UserHasOffice())
            {
                OreOfficeButton.IsVisible = true;
            }

            _elements = await StandardElements.CreateAsync(new GetDate());
        }