<!--Generated by SharpWComp-3.2.2.1420 on 09/02/2016 13:51:50-->
<application>
  <instance type="System.Windows.Forms.Button" name="button1" x="48" y="32">
    <property name="Text">"UPnP"</property>
    <property name="Location">new System.Drawing.Point(48, 32)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="System.Windows.Forms.Button" name="button2" x="48" y="104">
    <property name="Text">"Twitter"</property>
    <property name="Location">new System.Drawing.Point(48, 104)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="System.Windows.Forms.Button" name="button3" x="48" y="176">
    <property name="Text">"Uber"</property>
    <property name="Location">new System.Drawing.Point(48, 176)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="System.Windows.Forms.Button" name="button4" x="48" y="248">
    <property name="Text">"SMS"</property>
    <property name="Location">new System.Drawing.Point(48, 248)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="WComp.Beans.GetCommandFromButton" name="getCommandFromButton1" x="256" y="144">
    <property name="Cmd_local">"SMS"</property>
  </instance>
  <instance type="WComp.UPnPProbes.StringEventProbe" name="stringEventProbe1" x="704" y="144" />
  <instance type="System.Windows.Forms.TrackBar" name="trackBar1" x="48" y="416">
    <property name="Maximum">1000</property>
    <property name="Minimum">300</property>
    <property name="Value">495</property>
    <property name="Location">new System.Drawing.Point(48, 416)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="WComp.Beans.GetValueFromPressureSensor" name="getValueFromPressureSensor1" x="256" y="416">
    <property name="PressureValue">0</property>
  </instance>
  <instance type="WComp.UPnPProbes.StringEventProbe" name="stringEventProbe2" x="712" y="416" />
  <instance type="WComp.Beans.IntTo_String" name="intTo_String1" x="504" y="416" />
  <link>
    <source name="button1">
      <event name="Click" />
    </source>
    <destination name="getCommandFromButton1">
      <method name="getCmdFromButton">
        <parameter type="System.String" call="get_Text" />
      </method>
    </destination>
  </link>
  <link>
    <source name="button2">
      <event name="Click" />
    </source>
    <destination name="getCommandFromButton1">
      <method name="getCmdFromButton">
        <parameter type="System.String" call="get_Text" />
      </method>
    </destination>
  </link>
  <link>
    <source name="button3">
      <event name="Click" />
    </source>
    <destination name="getCommandFromButton1">
      <method name="getCmdFromButton">
        <parameter type="System.String" call="get_Text" />
      </method>
    </destination>
  </link>
  <link>
    <source name="button4">
      <event name="Click" />
    </source>
    <destination name="getCommandFromButton1">
      <method name="getCmdFromButton">
        <parameter type="System.String" call="get_Text" />
      </method>
    </destination>
  </link>
  <link>
    <source name="getCommandFromButton1">
      <event name="PropertyChanged" />
    </source>
    <destination name="stringEventProbe1">
      <method name="Output">
        <parameter type="System.String" />
      </method>
    </destination>
  </link>
  <link>
    <source name="trackBar1">
      <event name="ValueChanged" />
    </source>
    <destination name="getValueFromPressureSensor1">
      <method name="getPressureFromSensor">
        <parameter type="System.Int32" call="get_Value" />
      </method>
    </destination>
  </link>
  <link>
    <source name="getValueFromPressureSensor1">
      <event name="PropertyChanged" />
    </source>
    <destination name="intTo_String1">
      <method name="convertIntToString">
        <parameter type="System.Int32" />
      </method>
    </destination>
  </link>
  <link>
    <source name="intTo_String1">
      <event name="PropertyChanged" />
    </source>
    <destination name="stringEventProbe2">
      <method name="Output">
        <parameter type="System.String" />
      </method>
    </destination>
  </link>
</application>