mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-12 08:06:35 -07:00
beginning of communicating with the zero tier service
This commit is contained in:
parent
40198d6c13
commit
da30d2898e
4 changed files with 112 additions and 0 deletions
|
@ -16,5 +16,11 @@ class ShowNetworksViewController: NSViewController {
|
|||
super.viewDidLoad()
|
||||
// Do view setup here.
|
||||
}
|
||||
|
||||
override func viewWillAppear() {
|
||||
super.viewWillAppear()
|
||||
|
||||
ServiceCom.getNetworkList()
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue