摘要:
二、 源码详解:(由于此应用和sdk是基于友推的,如果对友推还不是很了解的,可移步友推官网:http://youtui.mobi/) 1.按照自己的需求支持分享到多个平台: 2.支持截屏涂鸦功能: 3.积分功能: (1)用户分享获得积分: (2)邀请好友获得积分: 积分兑换活动,抽奖功能:... 阅读全文
摘要:
public AtmDataBase DeepClone(){ MemoryStream ms = new MemoryStream(); BinaryFormatter bf = new BinaryFormatter(); bf.Serialize(ms, this); ms.P... 阅读全文