Ejemplo n.º 1
0
    void openPresentation()
    {
        //presentationOpenStatic("file:///home/...html#" + presentation_slide_current.ToString());
        string file = Path.Combine(UtilAll.GetApplicationDataDir() + Path.DirectorySeparatorChar + "Chronojump-Boscosystem.html");

        if (File.Exists(file))
        {
            presentationOpenStatic("file://" + file + "#" + presentation_slide_current.ToString());
        }
    }
Ejemplo n.º 2
0
 static string getOutputDir()
 {
     return(UtilAll.GetApplicationDataDir());
 }