Exemplo n.º 1
0
 internal void InitPerson()
 {
     if (assignedPerson == null)
     {
         assignedPerson = new e_person("PSN", "INSTANCE");
     }
 }
Exemplo n.º 2
0
 internal void InitPerson()
 {
     if (associatedPerson == null)
     {
         associatedPerson = new e_person("PSN", "INSTANCE");
     }
 }
Exemplo n.º 3
0
 internal void InitPerson()
 {
     if (subjectPerson == null)
     {
         subjectPerson = new e_person("PSN", "INSTANCE");
     }
 }
Exemplo n.º 4
0
 internal void InitPerson()
 {
     if (subjectPerson == null)
     {
         subjectPerson = new e_person("PSN", "INSTANCE");
     }
 }
Exemplo n.º 5
0
 internal void NullPerson()
 {
     assignedPerson = null;
 }
Exemplo n.º 6
0
 internal void NullPerson()
 {
     assignedPerson = null;
 }