Ejemplo n.º 1
0
 public RegisterForAnEventWindow()
 {
     InitializeComponent();
     FondCBox.ItemsSource = ServerController.CharityList();
 }
Ejemplo n.º 2
0
 public ListOfCharities()
 {
     InitializeComponent();
     FondList.ItemsSource = ServerController.CharityList();
 }