Beispiel #1
0
 public MainForm()
 {
     Control.CheckForIllegalCrossThreadCalls = false;
     InitializeComponent();
     ns = new NetServer();
 }
Beispiel #2
0
 internal ActionFactory(NetServer ns)
 {
     this.ns = ns;
 }