public static string getNow( ) { wC.show = true; FrmLoadGame flg = new FrmLoadGame( platformSpec.main.appPath + @"\Scenarios\" ); wC.show = false; flg.ShowDialog(); return flg.result; }
public static string getNow() { wC.show = true; FrmLoadGame flg = new FrmLoadGame(Form1.options.savesDirectoryFullPath); wC.show = false; flg.ShowDialog(); return(flg.result); }
public static string getNow( ) { wC.show = true; FrmLoadGame flg = new FrmLoadGame(platformSpec.main.appPath + @"\Scenarios\"); wC.show = false; flg.ShowDialog(); return(flg.result); }
public static string getNow() { wC.show = true; FrmLoadGame flg = new FrmLoadGame( Form1.options.savesDirectoryFullPath ); wC.show = false; flg.ShowDialog(); return flg.result; }