Пример #1
0
 public LightBulbSessionInfo(
     LightBulbInvocationType lightBulbInvocationType,
     UserActionOutcome outcome,
     int numberOfItemsShown,
     int indexOfSelectedItem,
     int uniqueIdOfSelectedItem,
     int extendedFlagsOfSelectedItem)
 {
     this.LightBulbInvocationType = lightBulbInvocationType;
     this.Outcome = outcome;
     this.NumberOfItemsShown = numberOfItemsShown;
     this.IndexOfSelectedItem = indexOfSelectedItem;
     this.UniqueIdOfSelectedItem = uniqueIdOfSelectedItem;
     this.ExtendedFlagsOfSelectedItem = extendedFlagsOfSelectedItem;
 }
 public LightBulbSessionInfo(
     LightBulbInvocationType lightBulbInvocationType,
     UserActionOutcome outcome,
     int numberOfItemsShown,
     int indexOfSelectedItem,
     int uniqueIdOfSelectedItem,
     int extendedFlagsOfSelectedItem)
 {
     this.LightBulbInvocationType = lightBulbInvocationType;
     this.Outcome                     = outcome;
     this.NumberOfItemsShown          = numberOfItemsShown;
     this.IndexOfSelectedItem         = indexOfSelectedItem;
     this.UniqueIdOfSelectedItem      = uniqueIdOfSelectedItem;
     this.ExtendedFlagsOfSelectedItem = extendedFlagsOfSelectedItem;
 }