Esempio n. 1
0
 protected override void Save(IniFileSection section)
 {
     base.Save(section);
     section.Set("LAPS", LapsCount);
     section.Set("WAIT_TIME", WaitTime.TotalSeconds); // round?
     section.SetIntEnum("IS_OPEN", JoinType);
 }