コード例 #1
0
 /**
  * Runs the degree ceremony front end.
  * @param args
  *
  */
 public static void Main(String[] args)
 {
     DegreeCeremonyFrontEnd myDegreeCeremony = new DegreeCeremonyFrontEnd();
 }
コード例 #2
0
 /**
  * Runs the degree ceremony front end.
  * @param args
  *
  */
 public static void Main(String[] args)
 {
     DegreeCeremonyFrontEnd myDegreeCeremony = new DegreeCeremonyFrontEnd();
 }