示例#1
0
文件: Run.cs 项目: MShaffar19/bion
 internal Run(RunTable table) : this(table, table.Add()._index)
 {
     Init();
 }