예제 #1
0
파일: Reference.cs 프로젝트: heinzsack/DEV
 public void AddToInformationen(Informationen informationen)
 {
     base.AddObject("Informationen", informationen);
 }
예제 #2
0
파일: Reference.cs 프로젝트: heinzsack/DEV
 public static Informationen CreateInformationen(global::System.Guid ID)
 {
     Informationen informationen = new Informationen();
     informationen.ID = ID;
     return informationen;
 }