コード例 #1
0
ファイル: Home.xaml.cs プロジェクト: noah-erasmus/MyET
 private void ChatAlien(System.Object sender, System.EventArgs e)
 {
     alien.Chat();
     UpdateUI();
 }