Example #1
0
        public bool Save()
        {
            SharppService ss = new SharppService();

            ss.PostSharpp(this);
            return(true);
        }