예제 #1
0
 public void Remove(PrinterRow row)
 {
     Rows.Remove(row);
 }
예제 #2
0
        public PrinterRow GetNewRow()
        {
            PrinterRow row = (PrinterRow)NewRow();

            return(row);
        }
예제 #3
0
 public void Add(PrinterRow row)
 {
     Rows.Add(row);
 }