Révision 1019554c GES_PAC/ViewModel/JourneeViewModel.cs
GES_PAC/ViewModel/JourneeViewModel.cs | ||
---|---|---|
1 | 1 |
using GES_PAC.Model; |
2 |
using System; |
|
3 |
using System.Collections.Generic; |
|
4 | 2 |
using System.Collections.ObjectModel; |
5 |
using System.Linq; |
|
6 |
using System.Text; |
|
7 |
using System.Threading.Tasks; |
|
8 | 3 |
|
9 | 4 |
namespace GES_PAC.ViewModel |
10 | 5 |
{ |
... | ... | |
31 | 26 |
} |
32 | 27 |
public PhaseCalibration GetCurrentPhase() |
33 | 28 |
{ |
34 |
var journeeActuelle = GetCurrentDay(); |
|
35 |
return journeeActuelle.GetCurrentPhase(); |
|
29 |
return GetCurrentDay().GetCurrentPhase(); |
|
30 |
} |
|
31 |
public Serie GetCurrentSet() |
|
32 |
{ |
|
33 |
return GetCurrentDay().GetCurrentSet(); |
|
36 | 34 |
} |
37 | 35 |
|
38 | 36 |
public void AddMeasureToCurrentSet(Mesure newMeasure, int numBoite) |
Formats disponibles : Unified diff