Exemplo n.º 1
0
 static public void DeleteAllMarkers(this ScintillaGateway document, int markerId)
 {
     document.MarkerDeleteAll(markerId);
 }