Exemple #1
0
 public bool HasGeneralStatistics()
 {
     return(m_generalStatistics != null && m_generalStatistics.IsDefined());
 }
Exemple #2
0
 public bool HasCurrentInformation()
 {
     return(m_currentFrameInformation != null && m_currentFrameInformation.IsDefined());
 }