Ejemplo n.º 1
0
 static void WriteRowKey(StreamWriter s, Ex.IRow row)
 {
     s.Write(row.Key);
 }
Ejemplo n.º 2
0
        static void WriteSubRowKey(StreamWriter s, Ex.IRow row)
        {
            var subRow = (Ex.Variant2.SubRow)row;

            s.Write(subRow.FullKey);
        }