Update Add Sub Attr Button Style

This commit is contained in:
2022-05-15 09:27:27 +08:00
parent 9709cdc50f
commit daeb0d516e
4 changed files with 5711 additions and 4820 deletions

View File

@@ -351,7 +351,7 @@ namespace GrasscutterTools
}
}
private void LblAddSubAttr_Click(object sender, EventArgs e)
private void BtnAddSubAttr_Click(object sender, EventArgs e)
{
if (CmbSubAttribution.SelectedIndex >= 0 && CmbSubAttributionValue.SelectedIndex >= 0)
{
@@ -1159,5 +1159,6 @@ namespace GrasscutterTools
}
#endregion - -
}
}