Пример #1
0
        public void FuncCreateGroup(object o)
        {
            string tmp = "Group: " + stringCreateGroup;

            network.SendCreateNewGroup(tmp);
            _ButtonCreateVisible = "Hidden";
        }