예제 #1
0
 public void surplusRow(SurplusRowEvent surplusRowEvent)
 {
     this.m_LogWriter.WriteLine("Surplus Row '{0}'", surplusRowEvent.getRowElement().getText());
 }
예제 #2
0
 public void surplusRow(SurplusRowEvent surplusRowEvent)
 {
     this.m_LogWriter.WriteLine("Surplus Row '{0}'", surplusRowEvent.getRowElement().getText());
 }
예제 #3
0
 public void SurplusRow(SurplusRowEvent surplusRowEvent)
 {
     this.m_LogWriter.WriteLine("Surplus Row '{0}'", surplusRowEvent.RowElement.Text);
 }
        public void SurplusRow(SurplusRowEvent surplusRowEvent)
        {
            Element element = surplusRowEvent.RowElement;

            element.AddStyleClass("surplus");
        }