コード例 #1
0
ファイル: TagModel.cs プロジェクト: rolandzwaga/sharptiles
 public void GuardResponse()
 {
     if (_response == null)
     {
         throw TagException.HttpResponseNotAvailable();
     }
 }