Пример #1
0
 public Form1()
 {
     InitializeComponent();
     this.MyInitializeComponent();
     //this.Text = Class5.string_0 + " Keygen [LineZer0]";
     this.Text = Class5.string_0 + "Key";
     this.comboBox1.DataSource = Class5.string_1;
     if (Class5.string_1.Length == 1)
     {
         this.comboBox1.SelectedIndex = 0;
         Control control = this.comboBox1;
         this.label1.Visible = false;
         control.Visible     = false;
     }
     this.textBox1.Text = Class3.smethod_0();
 }
Пример #2
0
        public static string smethod_0()
        {
            switch (Class5.int_0)
            {
            case 0:
                return(Class3.smethod_1());

            case 1:
                return(Class3.smethod_2());

            case 2:
                return(Class3.smethod_3());

            default:
                return("Hey there!");
            }
        }
Пример #3
0
        //protected override void Dispose(bool disposing)
        //{
        //    if (disposing && this.icontainer_0 != null)
        //    {
        //        this.icontainer_0.Dispose();
        //    }
        //    base.Dispose(disposing);
        //}

        private void button1_Click(object sender, EventArgs e)
        {
            this.textBox1.Text = Class3.smethod_0();
        }