visual basic help

Implementation example
Dim sm As New HogeControl
sm.Start()
While sm.IsEnd() == False
    sm.Update()
End While