OdessaGUIProject.Workers.AdobePremiereExportWorker.LaunchAppMessage C# (CSharp) Method

LaunchAppMessage() private method

private LaunchAppMessage ( ) : string
return string
        internal override string LaunchAppMessage()
        {
            return "1. Open Adobe Premiere" + Environment.NewLine +
                "2. Go to File \\ Import..." + Environment.NewLine +
                "3. Select the Adobe Premiere XML file at " + ProjectFileLocation;
        }