原文:
WPF通过代码动态的加载样式
tabitem.SetResourceReference(TabItem.StyleProperty, "mainTabItemStyle");
tabitem.Content = new Goods.GoodsMain();