Interaction logic for GamePlayPage.xaml
Inheritance: System.Windows.Controls.Page
コード例 #1
0
 public GamePlayFramesHandler(GamePlayPage gamePlayPage)
 {
     this.gamePlayPage = gamePlayPage;
     this.frameLock    = new ReaderWriterLockSlim();
 }
コード例 #2
0
 public GamePlayFramesHandler(GamePlayPage gamePlayPage)
 {
     this.gamePlayPage = gamePlayPage;
     this.frameLock = new ReaderWriterLockSlim();
 }