Update Settings
This commit is contained in:
parent
051f62f622
commit
ee1666217d
3 changed files with 611 additions and 74 deletions
|
@ -90,5 +90,20 @@ namespace XeroBrowser
|
|||
{
|
||||
tabControl1.SelectedIndex = 3;
|
||||
}
|
||||
|
||||
private void btnAutofill_Click(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 4;
|
||||
}
|
||||
|
||||
private void btnLanguages_Click(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 5;
|
||||
}
|
||||
|
||||
private void btnAccessibility_Click(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue