コード例 #1
0
		public ServiceSettingsResponseInfo ()
		{
			body = new ServiceSettingsResponseInfoDC ();
		}
 public ServiceSettingsResponseInfo(bool control)
 {
     this.body = new ServiceSettingsResponseInfoDC(control);
 }
 public ServiceSettingsResponseInfo(bool control)
 {
     this.body = new ServiceSettingsResponseInfoDC(control);
 }
コード例 #4
0
 public ServiceSettingsResponseInfo()
 {
     body = new ServiceSettingsResponseInfoDC();
 }