コード例 #1
0
ファイル: myPing.cs プロジェクト: andrejpanic/win-mobile-code
 public PingReplyEventArgs(string msg, PingReplyTypes rtype)
 {
     message = msg;
     replytype = rtype;
 }
コード例 #2
0
 public PingReplyEventArgs(string msg, PingReplyTypes rtype)
 {
     message   = msg;
     replytype = rtype;
 }
コード例 #3
0
ファイル: myPing.cs プロジェクト: andrejpanic/win-mobile-code
 public PingReplyEventArgs(string msg)
 {
     message = msg;
     replytype = PingReplyTypes.info;
 }
コード例 #4
0
 public PingReplyEventArgs(string msg)
 {
     message   = msg;
     replytype = PingReplyTypes.info;
 }