예제 #1
0
파일: Channel.cs 프로젝트: pokk/CSharpVAST
 public Channel(Game temp)
 {
     InitializeComponent();
     Form_Game = temp;  // 接收 Vast 的視窗資料
 }
예제 #2
0
 public InputName(Game temp)
 {
     InitializeComponent();
     Form_Game = temp;  // 接收 Vast 的視窗資料
 }