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