source: projects/update-watch/tags/1.1.0/src/update-watch/MMain.module @ 175

Revision 175, 165 bytes checked in by kazutaka, 15 years ago (diff)

update-watch をインポート

Line 
1' Gambas module file
2
3
4PUBLIC SUB Main()
5
6   ' run main form with hided to only show tray icon
7   FMain.Hide()
8   FMain.tiTrayIcon.Tooltip = ("Starting...")
9   
10END
Note: See TracBrowser for help on using the repository browser.