Exemplo n.º 1
0
            public static BacksightDataSet.LayerRow CreateLayerRow(BacksightDataSet ds)
            {
                LayerRow result = ds.Layer.NewLayerRow();

                result.SetDefaultValues();
                return(result);
            }
Exemplo n.º 2
0
 public LayerRowWrapper(LayerRow model) : base(model)
 {
 }