예제 #1
0
 public Link()
 {
     typeField    = OpusType.simple;
     showField    = OpusShow.replace;
     actuateField = OpusActuate.onRequest;
 }
예제 #2
0
 public Link()
 {
     typeField = OpusType.simple;
     showField = OpusShow.replace;
     actuateField = OpusActuate.onRequest;
 }
예제 #3
0
 public Opus()
 {
     this.typeField = OpusType.simple;
     this.showField = OpusShow.replace;
     this.actuateField = OpusActuate.onRequest;
 }
예제 #4
0
 public Opus() {
     this.typeField = OpusType.simple;
     this.showField = OpusShow.replace;
     this.actuateField = OpusActuate.onRequest;
 }