示例#1
0
 public NotesImplemention(NotesDBConText text)
 {
     noteDbcontext = text;
 }
 public LabelImplementation(NotesDBConText text)
 {
     noteDbcontext = text;
 }