Beispiel #1
0
 public void FeedDeserializeInfo(LivesStandard lives)
 {
     if (lives != null)
     {
         m_lives = lives;
         m_lives.StringsToDates();
     }
     else
     {
         m_lives = new LivesStandard();
     }
 }
Beispiel #2
0
 LivesSystem(LivesStandard livesStandard)
 {
     FeedDeserializeInfo(livesStandard);
 }
Beispiel #3
0
 LivesSystem()
 {
     m_lives = new LivesStandard();
 }