Esempio n. 1
0
 public static bool GetIsCommon(Chit chit)
 {
     return (bool) chit.GetValue(Chit.IsCommonProperty);
 }
Esempio n. 2
0
 public static bool GetIsCommon(Chit chit)
 {
     return((bool)chit.GetValue(Chit.IsCommonProperty));
 }