コード例 #1
0
ファイル: smpplib.cs プロジェクト: ichramm/opensmpp
 public DeliveryException(DeliveryResult r)
 {
     m_result = r;
 }