ABsoluteMaybe.Statistics.ABingoStyleFormatter.ABingoStyleFormatter C# (CSharp) 메소드

ABingoStyleFormatter() 공개 메소드

public ABingoStyleFormatter ( ABsoluteMaybeStatistics statistics ) : System.Collections.Generic
statistics ABsoluteMaybeStatistics
리턴 System.Collections.Generic
        public ABingoStyleFormatter(ABsoluteMaybeStatistics statistics)
        {
            _statistics = statistics;
        }