first commit

This commit is contained in:
2026-06-18 14:15:48 +02:00
commit da234e4c63
5567 changed files with 4284011 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
Imports System.IO
Imports GoogleCast
Public Class diffuser
Private Sub diffuser_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim lines1a() As String = File.ReadAllLines(théme)
If lines1a(0) = 2 Then
Me.BackColor = Color.FromArgb(64, 64, 64)
Else
End If
Dim tr As New DeviceLocator
End Sub
End Class