コード例 #1
0
        //========================================================================================
        // Constructor
        //========================================================================================

        /// <summary>
        /// Initialize a new instance.
        /// </summary>

        public UsbManager()
        {
            this.window     = null;
            this.handler    = null;
            this.isDisposed = false;
        }
コード例 #2
0
 //========================================================================================
 // Constructor
 //========================================================================================
 /// <summary>
 /// Initialize a new instance.
 /// </summary>
 public UsbManager()
 {
     this.window = null;
     this.handler = null;
     this.isDisposed = false;
 }