示例#1
0
 public void Hide()
 {
     _ex = null;
 }
示例#2
0
 public void Show(BaseException ex)
 {
     _ex = ex;
 }