Example #1
0
 public Channel(Game temp)
 {
     InitializeComponent();
     Form_Game = temp;  // 接收 Vast 的視窗資料
 }
Example #2
0
 public InputName(Game temp)
 {
     InitializeComponent();
     Form_Game = temp;  // 接收 Vast 的視窗資料
 }