Пример #1
0
        void timer_Tick(object sender, EventArgs e)
        {
            this.timer.Stop();

            string password = this.textBoxPassword.Text;

            gp.SetPassword(password);

            Properties.Settings.Default.GrowlPassword = password;
            Properties.Settings.Default.Save();
        }