Application.setup

事前処理を記述するメンバ関数です.initializerによる初期化が行われた後,一度だけ実行されます.

interface Application
void
setup
(
ref SetupEvent arg
)

Meta