예제 #1
0
파일: rice.go 프로젝트: nickHsiung90/sciter
func HandleDataLoad(s *sciter.Sciter) {
	s.SetCallback(newHandler(s))
}