Exemplo n.º 1
0
 public DisplayAssignments()
 {
     this.InitializeComponent();
     this.dgUsers.ItemsSource = GiftManager.DisplayAssignments();
 }