예제 #1
0
        public void CreateElement()
        {
            ElementConfig element = ElementList?.GetElementById(_cellValue) ?? null;

            if (element != null)
            {
                CreateDot(element);
            }
        }