Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
Co-Authored-By: Daniel <[email protected]>
Co-Authored-By: Win8.1VMUser <[email protected]>
  • Loading branch information
3 people committed Feb 4, 2023
1 parent c5c4e62 commit 59238f4
Show file tree
Hide file tree
Showing 45 changed files with 25,371 additions and 0 deletions.
Binary file added .vs/Papernote/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file added .vs/Papernote/v17/.futdcache.v2
Binary file not shown.
Binary file added .vs/Papernote/v17/.suo
Binary file not shown.
Binary file added .vs/ProjectEvaluation/papernote.metadata.v5.1
Binary file not shown.
Binary file added .vs/ProjectEvaluation/papernote.projects.v5.1
Binary file not shown.
110 changes: 110 additions & 0 deletions Form1.Designer.cs

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

20 changes: 20 additions & 0 deletions Form1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
namespace Papernote
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void label1_Click(object sender, EventArgs e)
{

}
}
}
Loading

0 comments on commit 59238f4

Please sign in to comment.