예제 #1
0
        public FundsView()
            : this(new MockFundsService())
        {
            InitializeComponent();

            fundBindingSource.DataSource = fundsService.Get();
        }
예제 #2
0
 public void Load()
 {
     Fund = fundsService.Get(1);
 }