AnujBank.FeedProcessor.Load C# (CSharp) Method

Load() private method

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