예제 #1
0
파일: Tip.cs 프로젝트: burstinair/burst.net
 public void Hide()
 {
     _ex = null;
 }
예제 #2
0
파일: Tip.cs 프로젝트: burstinair/burst.net
 public void Show(BaseException ex)
 {
     _ex = ex;
 }