コード例 #1
0
ファイル: Form1.cs プロジェクト: KevinKrames/Sneewo-Twitch
 public Form1()
 {
     InitializeComponent();
     brain = new Brain(this);
     UIManager.Instance.setForm(this);
     GPT2PythonThread.StartPythonThread();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: KevinKrames/Sneewo-Twitch
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     GPT2PythonThread.StopPythonThread();
 }