Exemple #1
0
        public override Control view()
        {
            Control v = new Excel_vanillaFloatingBondView();

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

            v.DataContext = this;

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

            v.DataContext = this;

            return v;
        }