Esempio n. 1
0
 public Form1()
 {
     InitializeComponent();
     brain = new Brain(this);
     UIManager.Instance.setForm(this);
     GPT2PythonThread.StartPythonThread();
 }
Esempio n. 2
0
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     GPT2PythonThread.StopPythonThread();
 }