78 Star 309 Fork 54

不在乎y / govcl

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
AppSettingsImpl.go 344 Bytes
Copy Edit Raw Blame History
不在乎y authored 2020-06-28 22:09 . rename
// Automatically generated by the simple GoVCL IDE.
// 不要更改此文件名
// 在这里写你的事件。
package main
import (
"github.com/ying32/govcl/vcl"
)
//::private::
type TAppSettingsFields struct {
}
func (f *TAppSettings) OnFormCreate(sender vcl.IObject) {
}
func (f *TAppSettings) OnBtnSaveClick(sender vcl.IObject) {
}
Go
1
https://gitee.com/ying32/govcl.git
git@gitee.com:ying32/govcl.git
ying32
govcl
govcl
v2.2.0

Search