コード例 #1
0
 public System.Threading.Tasks.Task <Client.Cosmos.Starship> SendStarshipAsync(Client.Cosmos.Starship starship, string systemName)
 {
     return(base.Channel.SendStarshipAsync(starship, systemName));
 }
コード例 #2
0
 public Client.Cosmos.Starship SendStarship(Client.Cosmos.Starship starship, string systemName)
 {
     return(base.Channel.SendStarship(starship, systemName));
 }