inraetemplate / INRAETemplate / View / Tools / ConnectionIndicatorView.xaml.cs @ 7b67ff55
Historique | Voir | Annoter | Télécharger (368 octets)
1 | 7b67ff55 | ajournaux | using INRAETemplate.Services; |
---|---|---|---|
2 | |||
3 | namespace INRAETemplate.View.Tools; |
||
4 | |||
5 | public partial class ConnectionIndicatorView : StackLayout |
||
6 | { |
||
7 | public ConnectionIndicatorView() |
||
8 | { |
||
9 | InitializeComponent(); |
||
10 | ConnexionService connexionStatus = App.Current.Handler.MauiContext.Services.GetService<ConnexionService>(); |
||
11 | BindingContext = connexionStatus; |
||
12 | } |
||
13 | } |