示例#1
0
		/// <summary>
		/// Initializes a new instance of the <see cref="DeviceObject"/> class.
		/// </summary>
		/// <param name="nativeInstance">The native instance.</param>
		protected DeviceObject(ICppInstance nativeInstance)
			: base(nativeInstance)
		{
		}
示例#2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="EventArgs"/> class.
		/// </summary>
		/// <param name="nativeInstance">The native instance.</param>
		protected EventArgs(ICppInstance nativeInstance)
			: base(nativeInstance)
		{
		}