DataBase.saveBinders C# (CSharp) Method

saveBinders() public method

public saveBinders ( ) : bool
return bool
    public bool saveBinders()
    {
        return true; // Pretend everything saved
    }