Exemple #1
0
 bool IEveRepository.TryGetGraphicById(GraphicId id, out Graphic value)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 Graphic IEveRepository.GetGraphicById(GraphicId id)
 {
     throw new NotImplementedException();
 }