Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DialString"/> class.
 /// </summary>
 /// <param name="number">The number.</param>
 /// <param name="type">kind of CallerId to use on the outgoing call.</param>
 public DialString(string number, CallerIdType type)
 {
     Value = number;
     Type = type;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DialString"/> class.
 /// </summary>
 /// <param name="number">The number.</param>
 /// <param name="type">kind of CallerId to use on the outgoing call.</param>
 public DialString(string number, CallerIdType type)
 {
     Value = number;
     Type  = type;
 }