1 Star 0 Fork 0

哈里/JSON改

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form2.vb 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
哈里 提交于 2024-10-29 09:38 +08:00 . init: 初始化版本库
Public Class Form2
Public Shared treePath As String
Private Sub SplitContainer1_SplitterMoved(sender As Object, e As SplitterEventArgs) Handles SplitContainer1.SplitterMoved
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Form1.新增节点(treePath, TextBox1.Text, TextBox2.Text)
Hide()
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Hide()
End Sub
Private Sub Form2_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Text = "添加节点 - " & treePath
End Sub
End Class
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Visual Basic
1
https://gitee.com/harryxiaocn/json-modification.git
git@gitee.com:harryxiaocn/json-modification.git
harryxiaocn
json-modification
JSON改
master

搜索帮助