示例#1
0
 private IContactForm BuildInterface()
 {
     return(ContactForm.CreateContactForm(this.Id, this.Uid, 1, this.Title, this.Name, this.Email, this.Comment, this.Date, this.Read, this.Public));
 }