예제 #1
0
 public PubSubConfigure()
 {
     if ((itemField == null))
     {
         itemField = new DataForm();
     }
 }
예제 #2
0
 public PubSubEventConfiguration()
 {
     if ((dataForm == null))
     {
         dataForm = new DataForm();
     }
 }