public static IEditor NewOne(String propertyName, String propertyValue, String height, Editor.ToolbarType toolbar) { IEditor x = new UEditor(); x.Init(propertyName, propertyValue, height, toolbar); return(x); }
public static IEditor NewOne( String propertyName, String propertyValue, String height, Editor.ToolbarType toolbar ) { IEditor x = new UEditor(); x.Init( propertyName, propertyValue, height, toolbar ); return x; }