Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 124995a8 authored by Terry Burns's avatar Terry Burns
Browse files
parent d747ce3c
No related branches found
No related tags found
No related merge requests found
 
Imports VectoAuxiliaries.Hvac Imports VectoAuxiliaries.Hvac
Imports System.Windows.Forms
...@@ -195,6 +196,13 @@ Public Class F_HVAC ...@@ -195,6 +196,13 @@ Public Class F_HVAC
Private Sub btnSave_Click(sender As Object, e As EventArgs) Handles btnSave.Click Private Sub btnSave_Click(sender As Object, e As EventArgs) Handles btnSave.Click
Dim v1 As Integer = _map.GetMechanicalDemand(1, 1)
Dim v2 As Integer = _map.GetMechanicalDemand(1, 2)
MessageBox.Show(v1.ToString() & " - " & v2.ToString())
End Sub End Sub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment