public object CreateHorizontalLineWidget(Sandwych.Layout.Models.HorizontalLine hl)
        {
            var hlWidget = new HLine(hl.Text);

            hlWidget.Text = hl.Text;
            return(hlWidget);
        }
Beispiel #2
0
 public object CreateHorizontalLineWidget(Sandwych.Layout.Models.HorizontalLine hl)
 {
     throw new NotImplementedException();
 }