Example #1
0
		public static string getNow( )
		{
			wC.show = true;
			FrmLoadGame flg = new FrmLoadGame( platformSpec.main.appPath + @"\Scenarios\" );
			wC.show = false;

			flg.ShowDialog();
			return flg.result;
		}
Example #2
0
        public static string getNow()
        {
            wC.show = true;
            FrmLoadGame flg = new FrmLoadGame(Form1.options.savesDirectoryFullPath);

            wC.show = false;

            flg.ShowDialog();
            return(flg.result);
        }
Example #3
0
        public static string getNow( )
        {
            wC.show = true;
            FrmLoadGame flg = new FrmLoadGame(platformSpec.main.appPath + @"\Scenarios\");

            wC.show = false;

            flg.ShowDialog();
            return(flg.result);
        }
Example #4
0
		public static string getNow()
		{
			wC.show = true;
			FrmLoadGame flg = new FrmLoadGame( Form1.options.savesDirectoryFullPath );
			wC.show = false;

			flg.ShowDialog();
			return flg.result;
		}