Exemplo n.º 1
0
 public NetworkGUI(MainForm mf)
 {
     InitializeComponent();
     this.UserInitialize();
     this.MyMF = mf;
     this.MyAF = this.MyMF.MyAnimationForm;
 }
Exemplo n.º 2
0
 public AgentGUI(MainForm mf)
 {
     this.MyMF = mf;
     this.MyNG = this.MyMF.MyNetworkGUI;
     this.MyAF = this.MyMF.MyAnimationForm;
     InitializeComponent();
     this.UserInitialize();
 }