Exemplo n.º 1
0
 public ShiYun(int gzIndex, YunType type, BaZiList <GanZhi> bz) : base(gzIndex)
 {
     this.Type = type;
     this.Base = bz;
 }
Exemplo n.º 2
0
 public ShiYun(GanZhi gz, YunType type, BaZiList <GanZhi> bz) : this(gz.Index, type, bz)
 {
 }