コード例 #1
0
        public TrayForm()
        {
            InitializeComponent();
            Utils.CopyOSPlatformDependentFiles();

            this.Hide();

            fileCryptForm = new Form_FileCrypt();
        }
コード例 #2
0
        public TrayForm()
        {
            InitializeComponent();
            Utils.CopyOSPlatformDependentFiles();

            if (!VerifyPassword())
            {
                return;
            }

            this.Hide();

            fileCryptForm = new Form_FileCrypt();
        }