Exemplo n.º 1
0
 private PhoneCallStore(Windows.ApplicationModel.Calls.PhoneCallStore store)
 {
     _store = store;
 }
Exemplo n.º 2
0
 internal PhoneCallStore(object store)
 {
     _store = store;
     _type  = _store.GetType();
 }
Exemplo n.º 3
0
 private PhoneCallStore(Windows.ApplicationModel.Calls.PhoneCallStore store)
 {
     _store = store;
 }