Example #1
0
        static void Main(string[] args)
        {
            string          path = System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location).ToString() + "\\AwesomeIgor.exe";
            LoggerAttribute afl  = new LoggerAttribute("");

            afl.InjectToAssembly(path);
        }