Package calendarexportplugin.utils

Examples of calendarexportplugin.utils.VCalFile


  }

  @Override
  protected void export(File file, Program[] programs, CalendarExportSettings settings,
      AbstractPluginProgramFormating formating) {
    new VCalFile().export(file, programs, settings, formating);
  }
View Full Code Here

TOP

Related Classes of calendarexportplugin.utils.VCalFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.