public void SetComponents(EQData eq, MapCon mapCon, MapPane mapPane, Filters filters, frmMain f1) { this.eq = eq; this.mapCon = mapCon; this.mapPane = mapPane; this.filters = filters; this.f1 = f1; }
public void SetComponents(MapCon mapCon, ListViewPanel SpawnList, ListViewPanel SpawnTimerList, ListViewPanel GroundItemList, MapPane mapPane, EQData eq) { this.mapCon = mapCon; this.SpawnList = SpawnList; this.SpawnTimerList = SpawnTimerList; this.GroundItemList = GroundItemList; this.eq = eq; initialized = true; }