Exemplo n.º 1
0
 public ExampleCommand(Subsystems.ExampleSubsystem subsystem)
 {
     Requires(subsystem);
 }
Exemplo n.º 2
0
 public ExampleAutonomousCommand(Subsystems.ExampleSubsystem subsystem)
 {
     Requires(subsystem);
 }