public AllStageClear(Selectstage ss, GameForm gf, Dictionary <string, int> st)
 {
     InitializeComponent();
     selectStage = ss;
     gameForm    = gf;
     stage_table = st;
 }
示例#2
0
 public StageClear(Selectstage ss, GameForm gf, Dictionary <string, int> st)
 {
     InitializeComponent();
     selectstage   = ss;
     gameForm      = gf;
     stage_table   = st;
     allstageClear = new AllStageClear(selectstage, gameForm, stage_table);
 }
示例#3
0
 public GameHome()
 {
     selectStage = new Selectstage();
     InitializeComponent();
 }