Example #1
0
        public void NameSelectedOnList(string name)
        {
            TypedName = name;
            NamesWindow.List.Close();
            int classId = NamesList.GetClassId();

            ClassWindow.SetListItem(classId);
            if (classId != 0)
            {
                ClassWindow.DisableList = true;
            }
        }