예제 #1
0
 public PSAddHours(object p)
 {
     InitializeComponent();
     pep = (Person)p;
     HoursListBox.ItemsSource = pep.AllHours;
 }