public override Control view() { Control v = new Excel_fixedBondView(); v.DataContext = this; return(v); }
public Control view(Orientation ori) { Control v = new Excel_fixedBondView(ori); v.DataContext = this; return(v); }
public override Control view() { Control v = new Excel_fixedBondView(); v.DataContext = this; return v; }
public Control view(Orientation ori) { Control v = new Excel_fixedBondView(ori); v.DataContext = this; return v; }