Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvanagas committed Dec 9, 2022
1 parent a2411be commit 3917106
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 0 deletions.
Binary file modified DuplicateScreens.sln
Binary file not shown.
Binary file modified DuplicateScreens/App.config
Binary file not shown.
Binary file modified DuplicateScreens/DuplicateScreens.csproj
Binary file not shown.
20 changes: 20 additions & 0 deletions DuplicateScreens/Form.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 DuplicateScreens
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}
Binary file modified DuplicateScreens/Form1.Designer.cs
Binary file not shown.
Binary file removed DuplicateScreens/Form1.cs
Binary file not shown.
Binary file modified DuplicateScreens/Program.cs
Binary file not shown.
Binary file modified DuplicateScreens/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified DuplicateScreens/Properties/Resources.Designer.cs
Binary file not shown.
Binary file modified DuplicateScreens/Properties/Resources.resx
Binary file not shown.
Binary file modified DuplicateScreens/Properties/Settings.Designer.cs
Binary file not shown.
Binary file modified DuplicateScreens/Properties/Settings.settings
Binary file not shown.

0 comments on commit 3917106

Please sign in to comment.