예제 #1
0
            public static BacksightDataSet.LayerRow CreateLayerRow(BacksightDataSet ds)
            {
                LayerRow result = ds.Layer.NewLayerRow();

                result.SetDefaultValues();
                return(result);
            }
예제 #2
0
 public LayerRowWrapper(LayerRow model) : base(model)
 {
 }