Ejemplo n.º 1
0
 // Token: 0x06002615 RID: 9749
 // RVA: 0x000E4FEC File Offset: 0x000E31EC
 public SplashScreen(Bitmap bitmap_1)
 {
     this.InitializeComponent();
     this.bitmap_0 = bitmap_1;
     SplashScreen.splashScreen_0 = this;
     if (Class601.smethod_0())
     {
         base.Opacity = 0.0;
     }
     this.timer_1 = new Timer();
     this.timer_1.Interval = 30;
     this.timer_1.Tick += new EventHandler(this.timer_1_Tick);
     this.timer_1.Start();
 }
Ejemplo n.º 2
0
 private void method_10()
 {
     try
     {
         this.timer_1.Stop();
         base.Close();
         base.Dispose();
         SplashScreen.splashScreen_0 = null;
     }
     catch
     {
     }
 }