示例#1
0
 private PhoneCallStore(Windows.ApplicationModel.Calls.PhoneCallStore store)
 {
     _store = store;
 }
示例#2
0
 internal PhoneCallStore(object store)
 {
     _store = store;
     _type  = _store.GetType();
 }
示例#3
0
 private PhoneCallStore(Windows.ApplicationModel.Calls.PhoneCallStore store)
 {
     _store = store;
 }