Guids werden hinzugefügt
This commit is contained in:
@@ -18,7 +18,7 @@ namespace KlassenBIB
|
||||
[Browsable(false)]
|
||||
public abstract class Sanierung : INotifyPropertyChanged
|
||||
{
|
||||
//Guid guid;
|
||||
Guid guid;
|
||||
double tempAusen;
|
||||
double tempKanal;
|
||||
string wetter;
|
||||
@@ -53,7 +53,10 @@ namespace KlassenBIB
|
||||
/// <param name="projektpfad"></param>
|
||||
/// <returns></returns>
|
||||
public abstract string CheckVerzeichnisse(string projektpfad);
|
||||
//public Guid Guid { get => guid; set => guid = value; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Guid Guid { get => guid; set => guid = value; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user