示例#1
0
 static bool Shen(FiveLine fl1, FiveLine fl2)
 {
     return(ShenMap[fl1] == fl2);
 }
示例#2
0
 static bool Shen(FiveLine fl1, FiveLine fl2)
 {
     return ShenMap[fl1] == fl2;
 }
示例#3
0
 static bool Ke(FiveLine fl1, FiveLine fl2)
 {
     return(KeMap[fl1] == fl2);
 }
示例#4
0
 static bool Ke(FiveLine fl1, FiveLine fl2)
 {
     return KeMap[fl1] == fl2;
 }