Example #1
0
 public void UpdateCtrlWithCfg(ABHCCfg cfg)
 {
     tbxGameFolderPath.Text = cfg.GameFolderPath;
 }
Example #2
0
 public void UpdateCfgWithCtrl(ABHCCfg cfg)
 {
     cfg.GameFolderPath = tbxGameFolderPath.Text;
 }