Run() public method

public Run ( ) : string
return string
コード例 #1
0
 public void TransformationAndGo()
 {
     _vehicle?.Run();
 }