人妻精品99I日韩无码视频一区二区I欧美色图50pIwuyeripiI欧产日产国产swagI欧美 日韩 久久I99国产精品久久久久老师I成人AV电影网I艳妇乳肉豪妇荡乳AV无码福利I国产精品国产精品国产专区蜜臀AhI成人久久免费视频Iwww.91在线观看视频I国自产在线观看I色之综合网

mimidog111
級別: 探索解密
精華主題: 0
發帖數量: 50 個
工控威望: 161 點
下載積分: 857 分
在線時間: 65(小時)
注冊時間: 2012-08-28
最后登錄: 2026-02-27
查看mimidog111的 主題 / 回貼
樓主  發表于: 2025-09-10 13:34
if(DateTime.Now.Year < Globals.Tags.year_Int.Value.Int) then
                    
                        isOpen = screen.IsOpen(1)
                        Globals.Tags.act.Value=true;
                        Globals.Tags.time_wrong_act.Value=true;
                                            
                    else if(  Globals.Tags.year_Int.Value.Int ==DateTime.Now.Year ) then
                    
                        if( DateTime.Now.Month < Globals.Tags.month_Int.Value.Int) then
                        
                            Globals.Secret2.Show();
                            Globals.Tags.act.Value=true;
                            Globals.Tags.time_wrong_act.Value=true;
                        
                        else if( Globals.Tags.month_Int.Value.Int == DateTime.Now.Month ) then
                        
                            if ( Globals.Tags.day_Int.Value.Int > DateTime.Now.Day ) then
                            
                                Globals.Secret2.Show();
                                Globals.Tags.act.Value=true;
                                Globals.Tags.time_wrong_act.Value=true;
                            end
                        end
                    end    
                    end

請教下  Globals 變量在哪里