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