private void Error(IStat stat)
 {
     Errors++;
     stat.Dump();
     RosterLib.Utility.Announce(string.Format("          Error : {0} - {1} - {2}",
                                              NflWeek.WeekKey(":"), stat.Error, stat.PlayerId));
 }
 private void Warn(string msg, IStat stat)
 {
     Warnings++;
     stat.Dump();
     RosterLib.Utility.Announce(string.Format("          Warning : {0} - {1} - {2}",
                                              NflWeek.WeekKey(":"), msg, stat.PlayerId));
 }
 private void Warn(string msg, IStat stat)
 {
     Warnings++;
      stat.Dump();
      RosterLib.Utility.Announce(string.Format("          Warning : {0} - {1} - {2}",
      NflWeek.WeekKey(":"), msg, stat.PlayerId));
 }
 private void Error(IStat stat)
 {
     Errors++;
      stat.Dump();
      RosterLib.Utility.Announce(string.Format("          Error : {0} - {1} - {2}",
      NflWeek.WeekKey(":"), stat.Error, stat.PlayerId));
 }
Exemplo n.º 5
0
 private void Error(IStat stat)
 {
     Errors++;
     stat.Dump();
     Utility.Announce($"          Error : {NflWeek.WeekKey(":")} - {stat.Error} - {stat.PlayerId}");
 }
Exemplo n.º 6
0
 private void Warn(string msg, IStat stat)
 {
     Warnings++;
     stat.Dump();
     Utility.Announce($"          Warning : {NflWeek.WeekKey(":")} - {msg} - {stat.PlayerId}");
 }