public void SendChangePlaceItem(eBagType bagType, int place, eBagType toBag, int toPlace, int count) { connector.SendChangePlaceItem(bagType, place, toBag, toPlace, count); }