Example #1
0
 public SynthesisDataFileEditorForm()
 {
     InitializeComponent();
     synthesisDataAnalysis = new SynthesisDataAnalysis();
     GoodsStaticTools.GetParentGoodsType(EnumGoodsType.Amulet);
 }
Example #2
0
 /// <summary>
 ///  合成结构数据的私有构造函数
 /// </summary>
 public SynthesisStructData()
 {
     synthesisDataAnalysis = new SynthesisDataAnalysis();
 }