Esempio n. 1
0
 public UpdateVariableExpend()
 {
     InitializeComponent();
     selectionVarialeExpendComboBox.ItemsSource       = Expends.GetAllVariableExp();
     selectionVarialeExpendComboBox.DisplayMemberPath = "Id";
     employeeSlelctionComboBox.ItemsSource            = employeeBL.GetAll();
     employeeSlelctionComboBox.DisplayMemberPath      = "full_Name";
 }
Esempio n. 2
0
 public VariableExpendsList()
 {
     InitializeComponent();
     selectionVarialeExpendComboBox.ItemsSource       = Expends.GetAllVariableExp();
     selectionVarialeExpendComboBox.DisplayMemberPath = "Id";
 }