コード例 #1
0
ファイル: McoCollScreen.java プロジェクト: tourapp/tourapp
 /** Override this to open the other files in the query. */
 public void openOtherRecords() {
   super.openOtherRecords();
   new ArControl(this);
   new TrxStatus(this);
 }