Example #1
0
 public CodeMirrorLine RemoveLineClass(CodeMirrorLine line, string where, string style)
 {
     return null;
 }
Example #2
0
 public CodeMirrorLine RemoveLineClass(CodeMirrorLine line, string where, string style)
 {
     return(null);
 }
 public CodeMirrorLine SetLineClass(CodeMirrorLine line, string style)
 {
     return null;
 }