예제 #1
0
파일: Run.cs 프로젝트: MShaffar19/bion
 internal Run(RunTable table) : this(table, table.Add()._index)
 {
     Init();
 }