Clean up and added 'Using' statements (Originally for testing)
This commit is contained in:
parent
ef8404f94b
commit
50432ac9f9
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
|
@ -7,6 +7,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
|
||||
namespace Saviour_Backup_System
|
||||
{
|
||||
|
@ -15,10 +16,6 @@ namespace Saviour_Backup_System
|
|||
public mainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void buttonItem3_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue