
private void Example_clicked(the shit that goes in here)
{
if(way1)
{
//off
way1=false;
}
else
{
//on
way1=true;
}
}
private void Example2(same shit here)
{
if(way1 == false)
{
//on
way1=true;
}
else
{
//off
way1=false;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.