Esempio n. 1
0
            public RegisterServicesBody(RegisterServicesBody value)
            {
                /// Initiliaze the protected variables
                m_ServiceList = new ServiceList();
                m_ServiceList.setParent(this);

                /// Copy the values
                m_ServiceList = value.m_ServiceList;
                m_ServiceList.setParent(this);
                /// This code is currently not supported
            }
Esempio n. 2
0
 public RegisterServicesBody()
 {
     m_ServiceList = new ServiceList();
     m_ServiceList.setParent(this);
 }