示例#1
0
 public HelpTopic(uint Id, uint Category, string Title, string Body, HelpTopicPriority Priority)
 {
     mId       = Id;
     mCategory = Category;
     mTitle    = Title;
     mBody     = Body;
     mPriority = Priority;
 }
示例#2
0
 public HelpTopic(uint Id, uint Category, string Title, string Body, HelpTopicPriority Priority)
 {
     mId = Id;
     mCategory = Category;
     mTitle = Title;
     mBody = Body;
     mPriority = Priority;
 }