Skip to content

Commit

Permalink
Source
Browse files Browse the repository at this point in the history
Source Code is here
  • Loading branch information
Smunk3y committed May 26, 2021
1 parent 8a2fc09 commit cdc6558
Show file tree
Hide file tree
Showing 139 changed files with 673,481 additions and 0 deletions.
Binary file added Source/.vs/French Fri Clicker/v16/.suo
Binary file not shown.
456 changes: 456 additions & 0 deletions Source/App.config

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions Source/AutoClicker.Designer.cs

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

36 changes: 36 additions & 0 deletions Source/AutoClicker.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace French_Fri_Clicker
{
public partial class AutoClicker : Form
{
public AutoClicker()
{
InitializeComponent();
}

private void button_toclose_Click(object sender, EventArgs e)
{
Globalv.autoclickeropens = 0;
this.Close();
}

private void label_fpc_Click(object sender, EventArgs e)
{

}

private void label1_Click(object sender, EventArgs e)
{

}
}
}
Loading

0 comments on commit cdc6558

Please sign in to comment.