Ejemplo n.º 1
0
 public TimeSettingDialog(GameExecutionInfo g)
 {
     game = g;
     bgame =(GameExecutionInfo) g.Clone();
     this.DataContext = bgame;
     InitializeComponent();
     tc.DataContext = bgame;
 }
Ejemplo n.º 2
0
 public TimeSettingDialog(GameExecutionInfo g)
 {
     game             = g;
     bgame            = (GameExecutionInfo)g.Clone();
     this.DataContext = bgame;
     InitializeComponent();
     tc.DataContext = bgame;
 }
Ejemplo n.º 3
0
 public GamePropertyDialog(GameExecutionInfo _game)
 {
     game = _game;
     bgame =(GameExecutionInfo) _game.Clone();
     updating = false;
     InitializeComponent();
     this.DataContext = bgame;
 }
Ejemplo n.º 4
0
 public GamePropertyDialog(GameExecutionInfo _game)
 {
     game     = _game;
     bgame    = (GameExecutionInfo)_game.Clone();
     updating = false;
     InitializeComponent();
     this.DataContext = bgame;
 }
Ejemplo n.º 5
0
 public GamePropertyDialog(GameExecutionInfo _game)
 {
     game     = _game;
     bgame    = (GameExecutionInfo)_game.Clone();
     updating = false;
     InitializeComponent();
     if (Properties.Settings.Default.disableGlowBrush)
     {
         this.GlowBrush = null;
     }
     this.DataContext = bgame;
 }
Ejemplo n.º 6
0
 public GamePropertyDialog(GameExecutionInfo _game)
 {
     game = _game;
     bgame =(GameExecutionInfo) _game.Clone();
     updating = false;
     InitializeComponent();
     if (Properties.Settings.Default.disableGlowBrush)
     {
         this.GlowBrush = null;
     }
     this.DataContext = bgame;
 }
Ejemplo n.º 7
0
 public TimeSettingDialog(GameExecutionInfo g)
 {
     game = g;
     bgame =(GameExecutionInfo) g.Clone();
     this.DataContext = bgame;
     InitializeComponent();
     if (Properties.Settings.Default.disableGlowBrush)
     {
         this.GlowBrush = null;
     }
     tc.DataContext = bgame;
 }
Ejemplo n.º 8
0
 public TimeSettingDialog(GameExecutionInfo g)
 {
     game             = g;
     bgame            = (GameExecutionInfo)g.Clone();
     this.DataContext = bgame;
     InitializeComponent();
     if (Properties.Settings.Default.disableGlowBrush)
     {
         this.GlowBrush = null;
     }
     tc.DataContext = bgame;
 }