namespace NBF { public class ListClassifyData { public string Title; public ListClassifyData(string title) { this.Title = title; } } }