1<% 2 3public const cnRefreshTime = 5 ' refresh time in seconds 4 5' filename for file with all pictures and file containing the name of the current picture 6public const csFilePicture= "picture.txt" 7public const csFileCurrent= "currpic.txt" 8
--- 102 unchanged lines hidden --- | 22<% 23 24public const cnRefreshTime = 5 ' refresh time in seconds 25 26' filename for file with all pictures and file containing the name of the current picture 27public const csFilePicture= "picture.txt" 28public const csFileCurrent= "currpic.txt" 29
--- 102 unchanged lines hidden --- |