示例#1
0
 public RegisterForAnEventWindow()
 {
     InitializeComponent();
     FondCBox.ItemsSource = ServerController.CharityList();
 }
示例#2
0
 public ListOfCharities()
 {
     InitializeComponent();
     FondList.ItemsSource = ServerController.CharityList();
 }