コード例 #1
0
ファイル: Chit.xaml.cs プロジェクト: neoeinstein/xpdm.Catan
 public static bool GetIsCommon(Chit chit)
 {
     return (bool) chit.GetValue(Chit.IsCommonProperty);
 }
コード例 #2
0
ファイル: Chit.xaml.cs プロジェクト: neoeinstein/xpdm.Catan
 public static bool GetIsCommon(Chit chit)
 {
     return((bool)chit.GetValue(Chit.IsCommonProperty));
 }