A
Apollo440
How to remove unused using directive?
eg)
using System;
using System.Windows.Forms; <- i want to remove this unused using directive
namespace foo
{
:
:
}
eg)
using System;
using System.Windows.Forms; <- i want to remove this unused using directive
namespace foo
{
:
:
}