コード例 #1
0
ファイル: Run.cs プロジェクト: MShaffar19/bion
 internal Run(RunTable table) : this(table, table.Add()._index)
 {
     Init();
 }