Ejemplo n.º 1
0
 public void DataBind(Dal.Comment comment)
 {
     _comment = comment;
 }
Ejemplo n.º 2
0
 public void DataBind(Dal.Comment comment)
 {
     _comment = comment;
 }
Ejemplo n.º 3
0
 public void DataBind(Dal.Comment comment, bool useAlternativeStyle)
 {
     _comment             = comment;
     _useAlternativeStyle = useAlternativeStyle;
 }
Ejemplo n.º 4
0
 public void DataBind(Dal.Comment comment, bool useAlternativeStyle)
 {
     _comment = comment;
     _useAlternativeStyle = useAlternativeStyle;
 }