예제 #1
0
 public LineCommand(LyricLine line)
 {
     this.line                    = line;
     enter_group_status           = getEnterStatus(line.LyricGroup);
     enter_group_status_translate = getEnterStatus(line.TranslateGroup);
 }
 public WordGroupCollection(LyricLine wordGroup)
 {
     parent = wordGroup;
 }