Organize usings

This commit is contained in:
Victor 2013-10-20 12:46:22 +03:00
parent 9000aed4d4
commit 3d22390e5b
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
namespace BatteryWidget {

View File

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace BatteryWidget {