Interaction logic for GamePlayPage.xaml
Inheritance: System.Windows.Controls.Page
 public GamePlayFramesHandler(GamePlayPage gamePlayPage)
 {
     this.gamePlayPage = gamePlayPage;
     this.frameLock    = new ReaderWriterLockSlim();
 }
 public GamePlayFramesHandler(GamePlayPage gamePlayPage)
 {
     this.gamePlayPage = gamePlayPage;
     this.frameLock = new ReaderWriterLockSlim();
 }