Пример #1
0
 bool IsSpriteDataProviderValid()
 {
     return(m_SpriteDataProvider != null && !m_SpriteDataProvider.Equals(null));
 }