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