private T103_RULES_PROD _CurrentFormel;
public T103_RULES_PROD CurrentFormel
get { return _CurrentFormel; }
RaisePropertyChanged("CurrentFormel");
RaisePropertyChanged("CurrentFormelDescription");
public string CurrentFormelDescription
get { return CurrentFormel.T103_GZ.BEZ + "(" + CurrentFormel.T103_PRODUKT.BEZ + ")"; }
public static void Main()
Console.WriteLine("Hello World");