Ejemplo n.º 1
0
 public void UpdateCtrlWithCfg(ABHCCfg cfg)
 {
     tbxGameFolderPath.Text = cfg.GameFolderPath;
 }
Ejemplo n.º 2
0
 public void UpdateCfgWithCtrl(ABHCCfg cfg)
 {
     cfg.GameFolderPath = tbxGameFolderPath.Text;
 }