Files
zacbrown-PowerShellMethodAu…/PowerShellMethodAuditor/Program.cs
T
2016-11-05 15:25:09 -07:00

16 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PowerShellMethodAuditor
{
class Program
{
static void Main(string[] args)
{
}
}
}