Пример #1
0
 private void DoSomeWorkWithIntegerAction(Enums.IntegerAction actionToTake)
 {
     Console.WriteLine("Enum was an IntegerAction");
 }
Пример #2
0
 public DataPoint(Enums.IntegerAction mAction)
 {
     DoSomeWorkWithIntegerAction(mAction);
 }