Ejemplo n.º 1
0
 public PubSubConfigure()
 {
     if ((itemField == null))
     {
         itemField = new DataForm();
     }
 }
Ejemplo n.º 2
0
 public PubSubEventConfiguration()
 {
     if ((dataForm == null))
     {
         dataForm = new DataForm();
     }
 }