Beispiel #1
0
 public Form4(Form2 form2, Form1 form1, TextAnalysys analys)
 {
     InitializeComponent();
     this.form2  = form2;
     this.form1  = form1;
     this.analys = analys;
 }
Beispiel #2
0
        public Form1()
        {
            InitializeComponent();

            analys = new TextAnalysys(this);
        }