StreetFoo.Client.ReportImageCacheManager.SinkWarning C# (CSharp) 메소드

SinkWarning() 개인적인 메소드

private SinkWarning ( FileNotFoundException ex ) : void
ex System.IO.FileNotFoundException
리턴 void
        private void SinkWarning(FileNotFoundException ex)
        {
            // no-op - we're just getting rid of compiler warnings...
        }