コード例 #1
0
 public SubtotalMessage(int shooterId, int laneId, int laneNumber, DateTime timestamp, double primaryTotal, double secondaryTotal)
 {
     ShooterId       = shooterId;
     LaneId          = laneId;
     LaneNumber      = laneNumber;
     Timestamp       = timestamp;
     PrimaryTotal    = primaryTotal;
     SecondaryTotal  = secondaryTotal;
     ProcessDelegate = delegate { };
 }
コード例 #2
0
 public SubtotalMessage(int shooterId, int laneId, int laneNumber, DateTime timestamp, double primaryTotal, double secondaryTotal)
 {
   ShooterId = shooterId;
   LaneId = laneId;
   LaneNumber = laneNumber;
   Timestamp = timestamp;
   PrimaryTotal = primaryTotal;
   SecondaryTotal = secondaryTotal;
   ProcessDelegate = delegate { };
 }