private void OnReloadCommandExecute()
 {
     new Thread(() => { SpeedportHybrid.initInterface(); }).Start();
 }
Beispiel #2
0
 private void OnSwitchToInterfacePageExecute()
 {
     changePage("interface");
     new Thread(() => { SpeedportHybrid.initInterface(); }).Start();
 }