def contacts_window(self, widget): import contacts contacts.GUI(self.main, True)
def service_provider_clicked(self, button): import contacts contacts.GUI(self.main)
def contacts_clicked(self, button): import contacts contacts.GUI(self.main)
def edit_customer_clicked (self, menuitem): if self.customer_id != None: import contacts contacts.GUI(self.main, self.customer_id)
def contacts_window(self, widget): import contacts c = contacts.GUI(self.main) c.builder.get_object('radiobutton2').set_active(True)
def service_provider_clicked(self, button): contacts.GUI(self.db)
def contacts_window(self, widget): import contacts contacts.GUI(self)