コード例 #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);
 }
コード例 #4
0
        public void SurplusRow(SurplusRowEvent surplusRowEvent)
        {
            Element element = surplusRowEvent.RowElement;

            element.AddStyleClass("surplus");
        }