Exemple #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)
		{
		}
Exemple #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)
		{
		}