Exemplo n.º 1
0
        public static EmployeeGenerateTrip GetInstance(Employee empl)
        {
            State = new EmployeeGenerateTrip(empl);

            return(State);
        }
Exemplo n.º 2
0
 private void GenerateTrip_Click(object sender, RoutedEventArgs e)
 {
     TripsWorkingArea.Content = EmployeeGenerateTrip.GetInstance(employee);
 }