Example #1
0
 public EncryptedFileForm(string formName, FilterAPI.EncryptType encryptType)
 {
     InitializeComponent();
     this.Text        = formName;
     this.encryptType = encryptType;
 }