beginning of communicating with the zero tier service

This commit is contained in:
Grant Limberg 2016-05-16 19:58:24 -07:00
parent 40198d6c13
commit da30d2898e
4 changed files with 112 additions and 0 deletions

View file

@ -16,5 +16,11 @@ class ShowNetworksViewController: NSViewController {
super.viewDidLoad()
// Do view setup here.
}
override func viewWillAppear() {
super.viewWillAppear()
ServiceCom.getNetworkList()
}
}