コード例 #1
0
 public PubSubConfigure()
 {
     if ((this.itemField == null))
     {
         this.itemField = new DataForm();
     }
 }
コード例 #2
0
 public PubSubEventConfiguration()
 {
     if ((this.dataForm == null))
     {
         this.dataForm = new DataForm();
     }
 }