[[TableOfContents]]

= Description = 
 * 윈도우에서 기본적으로 사용되어지고 있는 Dialog를 실행합니다. 

= Code =
 * 정보 메세지  
{{{#!vim php 
<?php WBDialog::info($window, "여긴 정보야", "제목");  ?>
}}}

 * 경고 메세지 
{{{#!vim php 
<?php WBDialog::warning($window, "경고메세지", "경고"); ?>
}}}
