private void ShowAddBellFull(int position, int amount, BothBell A, int relation) { ProtectForwardProgressBar2(position, amount); ProtectForwardLabel4(position, amount); if (position == amount) { button7.Enabled = true; Bell.AddBellFullElement -= ShowAddBellFull; } }
public VariantRullerBuilder(BothBell configs) : this(configs.Child) { }