AnujBank.FeedProcessor.Load C# (CSharp) 메소드

Load() 개인적인 메소드

private Load ( string feedPath ) : void
feedPath string
리턴 void
        private void Load(string feedPath)
        {
            feedReader = File.OpenText(feedPath);
        }