2013-07-25 87 views

回答

0

看,如果你想使用storageKind你必须去账户类的使用Microsoft.Phone.UserData ;像这样...

Account Accounttype = new Account(); 
StorageKind strgKind = StorageKind.Phone; 

Accounttype.Kind = strgKind; 

希望它可以帮助你..