Пример #1
0
        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);
        }
Пример #2
0
 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;
 }