Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (ToggleSwitch.IsOn)
{
//Truc a faire quand ON
}
else if (ToggleSwitch.IsOFF)
{
//Truc a faire quand OFF
}
if (ToggleSwitch.IsOn)
{
//Truc a faire quand ON
}
else
{
//Truc a faire quand OFF
}
else if (ToggleSwitch.IsOFF)
Oui car les 2 FF en minuscule jai fail dsl ^^Merci mais cela mais fais une erreur pour le
Code:else if (ToggleSwitch.IsOFF)