Beispiel #1
0
        private void RemoveBrowserCache_Click(object sender, EventArgs e)
        {
            var Authorization = new Forms.Authorization();

            Authorization.removeAccount = true;
            Authorization.Show();
        }
Beispiel #2
0
        private void AddButton_Click(object sender, EventArgs e)
        {
            var Authorization = new Forms.Authorization();

            Authorization.Show();
        }