BuildServerUploaderConsole.Processes.CopyBuiltEnginesToReleaseFolder.Add C# (CSharp) 메소드

Add() 정적인 개인적인 메소드

static private Add ( string file, string category ) : void
file string
category string
리턴 void
        static void Add(string file, string category)
        {
            _copyInformation.Add(CopyInformation.CreateEngineCopy(file, category));
        }