Skip to content

Commit

Permalink
add project
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristi1324 committed Nov 16, 2021
1 parent 6dc908f commit bdfee97
Show file tree
Hide file tree
Showing 31 changed files with 1,182 additions and 0 deletions.
Binary file added .vs/WindowsFormsSector/v16/.suo
Binary file not shown.
Empty file.
Binary file not shown.
6 changes: 6 additions & 0 deletions App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
14 changes: 14 additions & 0 deletions Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WindowsFormsSector
{
class UIPictureBox : PictureBox
{
//public int
}
}
61 changes: 61 additions & 0 deletions Form1.Designer.cs

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

Loading

0 comments on commit bdfee97

Please sign in to comment.