gesamtlänge wird erfasst
This commit is contained in:
@@ -13,6 +13,7 @@ namespace SanSystem
|
||||
{
|
||||
class Global
|
||||
{
|
||||
public event EventHandler RequestBuildNewLinerReste;
|
||||
public static readonly Global instance = new Global();
|
||||
|
||||
const string userroot = "HKEY_CURRENT_USER\\Software";
|
||||
@@ -23,6 +24,13 @@ namespace SanSystem
|
||||
|
||||
string projektpfad = "18-850";
|
||||
|
||||
public void BuildNewLinerReste(EventArgs args)
|
||||
{
|
||||
EventHandler handler = RequestBuildNewLinerReste;
|
||||
if (handler != null)
|
||||
handler(this, args);
|
||||
}
|
||||
|
||||
public string PROGRAMMVERSION
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user