Dateien können jetzt über FTP heruntergeladen werden
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using SanShared;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -11,7 +12,16 @@ namespace SanSystem
|
||||
{
|
||||
public static readonly Global instance = new Global();
|
||||
|
||||
public string projektpfad = "temp";
|
||||
const string speicherpfad_to_projekts = "projekte";
|
||||
string projektpfad = "18-850";
|
||||
|
||||
public string Projektpfad
|
||||
{
|
||||
get
|
||||
{
|
||||
return Path.Combine(speicherpfad_to_projekts, projektpfad);
|
||||
}
|
||||
}
|
||||
public ILanguage language = null;
|
||||
|
||||
public static Global Instance
|
||||
|
||||
Reference in New Issue
Block a user