Ejemplo n.º 1
0
 public WindowsFormsApplication1.ListNotifications.addValuesResponse addValues(WindowsFormsApplication1.ListNotifications.addValues addValues1)
 {
     WindowsFormsApplication1.ListNotifications.addValuesRequest inValue = new WindowsFormsApplication1.ListNotifications.addValuesRequest();
     inValue.addValues = addValues1;
     WindowsFormsApplication1.ListNotifications.addValuesResponse1 retVal = ((WindowsFormsApplication1.ListNotifications.coreSampleClass)(this)).addValues(inValue);
     return(retVal.addValuesResponse);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ListNotifications.addValuesResponse1> addValuesAsync(WindowsFormsApplication1.ListNotifications.addValues addValues)
 {
     WindowsFormsApplication1.ListNotifications.addValuesRequest inValue = new WindowsFormsApplication1.ListNotifications.addValuesRequest();
     inValue.addValues = addValues;
     return(((WindowsFormsApplication1.ListNotifications.coreSampleClass)(this)).addValuesAsync(inValue));
 }
Ejemplo n.º 3
0
 public addValuesRequest(WindowsFormsApplication1.ListNotifications.addValues addValues)
 {
     this.addValues = addValues;
 }