Exemple #1
0
    //update room employee button to increase and decrease nodes

    public void addStaff()
    {
        sQ.increaseEmployee();
        eM.updateAllEmployees();
    }//end add staff