Exemplo n.º 1
0
 def TabTwo(self):
     control = forms.Panel()
     control.Content = TextAreaPanel()
     return control
Exemplo n.º 2
0
 def TabOne(self):
     control = forms.Panel()
     control.Content = LabelPanel()
     return control