예제 #1
0
파일: MainForm.cs 프로젝트: 3guy/testRe
 public MainForm()
 {
     Control.CheckForIllegalCrossThreadCalls = false;
     InitializeComponent();
     ns = new NetServer();
 }
예제 #2
0
 internal ActionFactory(NetServer ns)
 {
     this.ns = ns;
 }