示例#1
0
 def ShowNotice(self):
     app.SetVisibleNotice(TRUE)
     self.Print("Show Notice")
示例#2
0
 def HideNotice(self):
     app.SetVisibleNotice(FALSE)
     self.Print("Hide Notice")
示例#3
0
 def HideNotice(self):
     app.SetVisibleNotice(False)
     self.Print("Hide Notice")