Пример #1
0
 public static ITextEditorCore CreateTextEditorCore(ExecutionStateChangedHandler handler)
 {
     return(TextEditorCore.CreateSingleton(handler));
 }