mirror of https://github.com/icedream/icecon.git
12 lines
147 B
Go
12 lines
147 B
Go
|
//go:build windows
|
||
|
// +build windows
|
||
|
|
||
|
package windows
|
||
|
|
||
|
import "github.com/lxn/walk"
|
||
|
|
||
|
type mainDialog struct {
|
||
|
*walk.MainWindow
|
||
|
ui mainDialogUI
|
||
|
}
|