Example #1
0
        public void Delete(string name)
        {
            string serverPath = this.config.GetOSVRServerDirectory();

            UserProfiles.DeleteUserProfile(name, serverPath);
        }