コード例 #1
0
ファイル: ConfigItem.cs プロジェクト: radtek/BootFX
 public static void EnsureConfigTableExists()
 {
     SchemaHelper.EnsureTableExists(typeof(ConfigItem));
 }