public SimulatorButtonTypeAttribute(SimulatorButtonTypes type = SimulatorButtonTypes.Momentarily, bool showOutput = false)
 {
     Type = type;
     ShowOutput = showOutput;
 }
Ejemplo n.º 2
0
 public SimulatorButtonTypeAttribute(SimulatorButtonTypes type = SimulatorButtonTypes.Momentarily, bool showOutput = false)
 {
     Type       = type;
     ShowOutput = showOutput;
 }