示例#1
0
 public void Init(LauncherWindow game, TableWidget table)
 {
     this.game  = game;
     this.table = table;
 }
示例#2
0
 public void Init(LauncherWindow window, TableWidget table)
 {
     this.window = window;
     this.table  = table;
 }