Exemplo n.º 1
0
 def OnChat(self):
         chat = Chat(self)
         chat.show()
Exemplo n.º 2
0
 def OnChat(self):
     chat = Chat(self.parent())
     chat.show()