Cara Menghitung Besaran KVA Pemakaian Daya 3Phase
Source code :
Private Sub Command1_Click()
Text4.Text = Text1.Text * Text2.Text * 3
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
Text1.Text = ""
Text2.Text = ""
End Sub