internal void Stuffs(string type)
        {
            FiltredInventory tm = new FiltredInventory(t, c, type, _contextForm, false);

            _contextForm.ChangeUC(tm, false, true);
        }
Example #2
0
 public InventoryFight(FiltredInventory ConsomableFiltre)
 {
     InitializeComponent();
 }