Exemple #1
0
		/// <summary>
		/// Initializes a new instance of <see cref="MyYmsg.ymsgNet"/> class with the initializing options.
		/// </summary>
		/// <param name="options">The initializing options.</param>
		public ymsgNet(InitOptions options)
		{
			this.Options = options;
		}
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of <see cref="MyYmsg.ymsgNet"/> class with the initializing options.
 /// </summary>
 /// <param name="options">The initializing options.</param>
 public ymsgNet(InitOptions options)
 {
     this.Options = options;
 }
Exemple #3
0
		/// <summary>
		/// Initializes a new instance of <see cref="MyYmsg.ymsgNet"/> class.
		/// </summary>
		public ymsgNet()
		{
			this.Options = new InitOptions();
		}
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of <see cref="MyYmsg.ymsgNet"/> class.
 /// </summary>
 public ymsgNet()
 {
     this.Options = new InitOptions();
 }