private void Ini_Wrote(object sender, EventArgs e) { lock (this) { if (File.IsExist_File(base.IniPath)) { FileSecurity.EncryptFile(base.IniPath, SourcePath); } } }