public string get_memory_marker_text(MarkerInput input)
 {
     return "just the marker";
 }
Пример #2
0
 public string get_memory_marker_text(MarkerInput input)
 {
     return("just the marker");
 }