Пример #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;
 }