예제 #1
0
        /// <summary>
        /// Releases the unmanaged resources used by the <see cref="DotRas.RasPhoneBookDialog"/> and optionally releases the managed resources.
        /// </summary>
        /// <param name="disposing"><b>true</b> to release both managed and unmanaged resources; <b>false</b> to release only unmanaged resources.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                rasPhonebookDlgCallback = null;
            }

            base.Dispose(disposing);
        }
예제 #2
0
 /// <summary>
 /// Initializes the component.
 /// </summary>
 private void InitializeComponent()
 {
     rasPhonebookDlgCallback = RasPhonebookDlgCallback;
 }
예제 #3
0
 /// <summary>
 /// Initializes the component.
 /// </summary>
 private void InitializeComponent()
 {
     this.rasPhonebookDlgCallback = new NativeMethods.RasPBDlgFunc(this.RasPhonebookDlgCallback);
 }
예제 #4
0
 /// <summary>
 /// Initializes the component.
 /// </summary>
 private void InitializeComponent()
 {
     this.rasPhonebookDlgCallback = new NativeMethods.RasPBDlgFunc(this.RasPhonebookDlgCallback);
 }
예제 #5
0
        /// <summary>
        /// Releases the unmanaged resources used by the <see cref="DotRas.RasPhoneBookDialog"/> and optionally releases the managed resources.
        /// </summary>
        /// <param name="disposing"><b>true</b> to release both managed and unmanaged resources; <b>false</b> to release only unmanaged resources.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                this.rasPhonebookDlgCallback = null;
            }

            base.Dispose(disposing);
        }