Example #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="previousPage">The previous page of the wizard to return to in case of a "PageBack" event.</param>
 public PageTrueCrypt(WizardPage previousPage)
 {
     this.previousPage   = previousPage;
     this.pageEncryption = new PageEncryption(this);
     InitializeComponent();
 }
Example #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="previousPage">The previous page of the wizard to return to in case of a "PageBack" event.</param>
 public PageTrueCrypt(WizardPage previousPage)
 {
     this.previousPage = previousPage;
     this.pageEncryption = new PageEncryption(this);
     InitializeComponent();
 }