Beispiel #1
0
class ImpAbout():
    '''
    It class show data about this program
    '''

    def __init__(self, parent):
        self.__frm = FrmAbout(parent)

    def execute(self):
        self.__frm.show()
Beispiel #2
0
 def __init__(self, parent):
     self.__frm = FrmAbout(parent)