root / GES_PAC / View / Tools / ConnectionIndicatorView.xaml.cs @ 18f910c6
Historique | Voir | Annoter | Télécharger (356 octets)
1 |
using GES_PAC.Services; |
---|---|
2 |
|
3 |
namespace GES_PAC.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 |
} |