Skip to content

Commit

Permalink
Version 1.2 now includes Office support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Daws committed Jul 8, 2024
1 parent 6945a14 commit e3ac16e
Show file tree
Hide file tree
Showing 9 changed files with 2,534 additions and 60 deletions.
86 changes: 72 additions & 14 deletions Advanced.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Advanced.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,10 @@ private void fullActivation_CheckedChanged(object sender, EventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
this.Close();
}
}
}
Loading

0 comments on commit e3ac16e

Please sign in to comment.