コード例 #1
0
ファイル: WhiteWindowShim.cs プロジェクト: peterson1/ErrH
 internal WhiteWindowShim(Window whiteWindow)
 {
     this._white = whiteWindow;
     try
     {
         if (_white.Exists<Label>())
             _text = _white.Get<Label>().Text;
     }
     catch { }
 }