コード例 #1
0
 public MSNErrorEventArgs(MSNError error)
 {
     this.Error = error;
 }
コード例 #2
0
 public MSNErrorEventArgs(MSNError error)
 {
     this.Error = error;
 }
コード例 #3
0
ファイル: EventArgs.cs プロジェクト: supercoeus/msnp-sharp
 /// <summary>
 /// Constructor.
 /// </summary>
 public MSNErrorEventArgs(MSNError msnError, string description)
 {
     this.msnError    = msnError;
     this.description = description;
 }