Ejemplo n.º 1
0
            public override string Refresh()
            {
                if (IsCreated)
                {
                    return(base.Refresh());
                }

                string rslt = Tw.CreateListApi(Name, !IsPublic, Description);

                IsCreated = string.IsNullOrEmpty(rslt);
                return(rslt);
            }