Пример #1
0
 private void LazyInit()
 {
     if (Cache == null)
     {
         Cache = _facebook.GetAllProfilesFromSource(_sourceProfile);
     }
 }