Exemplo n.º 1
0
 public static void OpenServer(String hlswAddress)
 {
     MainWindowInterface.OpenServer(hlswAddress);
 }
Exemplo n.º 2
0
 public MainPresenter(MainWindowInterface mwi)
 {
     this.mwi = mwi;
 }
Exemplo n.º 3
0
 public static void OpenFile(String fileName)
 {
     MainWindowInterface.OpenDemo(fileName);
 }