public AdapterClient(IListFormatter formatter)
        {
            this.Name     = "Adapter";
            this.Category = PatternCategories.Structural;

            this.formatter = formatter;
        }
示例#2
0
 public ListFormatterFixture()
 {
     this.Localizer = new ListResourceLocalizer();
     this.Formatter = new ListFormatter(this.Localizer);
 }