public UpdateCurrentExpend()
 {
     InitializeComponent();
     selectionCurrentExpendComboBox.ItemsSource       = Expends.GetAllCurentExp();
     selectionCurrentExpendComboBox.DisplayMemberPath = "Id";
     employeeSlelctionComboBox.ItemsSource            = employeeBL.GetAll();
     employeeSlelctionComboBox.DisplayMemberPath      = "full_Name";
 }
コード例 #2
0
 public CurrentExpendsList()
 {
     InitializeComponent();
     selectionCurrentExpendComboBox.ItemsSource       = Expends.GetAllCurentExp();
     selectionCurrentExpendComboBox.DisplayMemberPath = "Id";
 }