1 Star 0 Fork 0

Computational Biology/MATO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form_about.vb 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
sculab 提交于 2024-01-05 22:03 . 0105
Imports System.ComponentModel
Public Class Form_about
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Me.Hide()
End Sub
Private Sub Form_about_Closing(sender As Object, e As CancelEventArgs) Handles MyBase.Closing
e.Cancel = True
Hide
End Sub
End Class
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sculab/MATO.git
git@gitee.com:sculab/MATO.git
sculab
MATO
MATO
master

搜索帮助