Exemplo n.º 1
0
 internal SNORecord(IntPtr ptr, SNOTable table)
     : base(ptr)
 {
     this._table = table;
     this.ReadRecord();
     table.method_2(ptr);
 }
Exemplo n.º 2
0
 internal SNORecordScene(IntPtr ptr, SNOTable table)
     : base(ptr, table)
 {
 }