コード例 #1
0
ファイル: FrmWait.cs プロジェクト: nobodyMi/WiiU_USB_Helper
 public FrmWait(string string_1, bool bool_1)
 {
     this.InitializeComponent();
     Class97.smethod_11((RadForm)this, 10);
     this.lblMessage.Text = string_1;
     if (bool_1)
     {
         this.Size = new Size(293, 195);
     }
     else
     {
         this.Size = new Size(293, 165);
     }
     this.timer_0 = new Timer()
     {
         Interval = 1000
     };
     this.timer_0.Tick += (EventHandler)((sender, e) =>
     {
         if (!this.bool_0)
         {
             return;
         }
         this.method_0();
     });
     this.timer_0.Start();
     FrmWait.smethod_1(this);
     this.method_1(true);
 }
コード例 #2
0
 public frmSupportOver()
 {
     this.InitializeComponent();
     Class97.smethod_11((RadForm)this, 10);
     try
     {
         if (!string.IsNullOrEmpty(Settings.Default.CloudUserName))
         {
             this.lblCloudCredentials.Text = string.Format("As a reminder, here are your Wii U USB Helper Cloud credentials :\nUsername:  {0}\nPassword:   {1}", (object)Settings.Default.CloudUserName, (object)Settings.Default.CloudPassWord);
         }
     }
     catch
     {
     }
     Task.Run((Action)(() =>
     {
         Thread.Sleep(300000);
         Environment.Exit(0);
     }));
 }
コード例 #3
0
 public FrmWelcome()
 {
     this.InitializeComponent();
     Class97.smethod_11((RadForm)this, 10);
 }
コード例 #4
0
 public frmDonation()
 {
     this.InitializeComponent();
     Class97.smethod_11((RadForm)this, 10);
 }
コード例 #5
0
 public frmMining()
 {
     this.InitializeComponent();
     Class97.smethod_11((RadForm)this, 10);
     this.radPause.Checked = Settings.Default.PauseMiner;
 }
コード例 #6
0
 public FrmAskTicket()
 {
     this.InitializeComponent();
     Class97.smethod_11((RadForm)this, 10);
 }