Exemple #1
0
 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;
     }
 }
Exemple #2
0
 public VariantRullerBuilder(BothBell configs) : this(configs.Child)
 {
 }