import DWindow from "./window.js"; import { AddCell, FilterCell, memory, RemoveCell } from "./sdb.js"; export const Rooms = new class Rooms extends DWindow{ constructor(){ super(); this.emptyConnect(); this.headtext.text("MWSE Ağları"); this.hide(); this.panel.css("min-width","640px"); this.addEventListener("close",()=>{ this.hide(); }) } emptyConnect(){ this.content.append($(`