public string get_memory_color_Color(InMemoryInput input)
 {
     return "The color is " + input.Color;
 }
예제 #2
0
 public string get_memory_color_Color(InMemoryInput input)
 {
     return("The color is " + input.Color);
 }