コード例 #1
0
 public void Init(LauncherWindow game, TableWidget table)
 {
     this.game  = game;
     this.table = table;
 }
コード例 #2
0
ファイル: TableView.cs プロジェクト: yzaroui/ClassicalSharp
 public void Init(LauncherWindow window, TableWidget table)
 {
     this.window = window;
     this.table  = table;
 }