public static bool Show(string map, int tile, string[] datas) { PopDeckChoose mb = new PopDeckChoose(); mb.tile = tile; mb.img = BattleMapBook.GetMapImage(map, tile); mb.pageSelector.SetTarget(UserProfile.InfoCard.DeckId); mb.ShowDialog(); return mb.comfirm; }
public static bool Show(string map, string[] datas) { PopDeckChoose mb = new PopDeckChoose(); mb.tile = 0; mb.img = BattleMapBook.GetMapImage(map, 0); mb.pageSelector.SetTarget(UserProfile.InfoCard.DeckId); mb.ShowDialog(); return(mb.comfirm); }