Exemple #1
0
 /** Override this to open the other files in the query. */
 public void openOtherRecords() {
   super.openOtherRecords();
   new ArControl(this);
   new TrxStatus(this);
 }