public string get_memory_marker_text(MarkerInput input)
 {
     return "just the marker";
 }
Esempio n. 2
0
 public string get_memory_marker_text(MarkerInput input)
 {
     return("just the marker");
 }