예제 #1
0
 public ConsoleFrm(FollowMainWinHelper mainWin)
 {
     InitializeComponent();
     this.MainWin = mainWin;
 }
예제 #2
0
 private void TestFrm_Shown(object sender, EventArgs e)
 {
     FollowWin = new FollowMainWinHelper(this);
     this.LoadConsole();
 }