Move and Rename made Visible = False

This commit is contained in:
OlgunR
2026-04-08 16:10:57 +02:00
parent f71246c5a6
commit 002a988dca

View File

@@ -282,6 +282,7 @@ Partial Class frmStart
Me.grbxMoRe.TabIndex = 4 Me.grbxMoRe.TabIndex = 4
Me.grbxMoRe.TabStop = False Me.grbxMoRe.TabStop = False
Me.grbxMoRe.Text = "Move and Rename" Me.grbxMoRe.Text = "Move and Rename"
Me.grbxMoRe.Visible = False
' '
'btnOpen_MoReProfile 'btnOpen_MoReProfile
' '