コード例 #1
0
ファイル: PrivateChat.cs プロジェクト: novakvova/lesson2
 public PrivateChat(Main main)
 {
     InitializeComponent();
     Main = main;
 }