示例#1
0
 // Token: 0x060002F6 RID: 758 RVA: 0x0001ADD8 File Offset: 0x00018FD8
 internal void method_0(object sender, EventArgs e)
 {
     if (GForm4.string_0 == this.string_0 && !GForm4.gform4_0.ClientRectangle.Contains(GForm4.gform4_0.PointToClient(Control.MousePosition)))
     {
         GForm4.smethod_3(new Action(GForm4.Class74.class74_0.method_0));
         return;
     }
     if (GForm4.string_0 != this.string_0)
     {
         this.timer_0.Dispose();
     }
 }
示例#2
0
    // Token: 0x060002E8 RID: 744 RVA: 0x0001A70C File Offset: 0x0001890C
    public static void smethod_0(string string_1, string string_2, GForm4.GEnum0 genum0_0, bool bool_0)
    {
        GForm4.Class75 @class = new GForm4.Class75();
        @class.genum0_0 = genum0_0;
        @class.string_0 = string_1;
        @class.string_1 = string_2;
        string string_3 = GClass2.smethod_2(10);

        GForm4.string_0 = string_3;
        GForm4.gform4_0.Show();
        GForm4.smethod_3(new Action(@class.method_0));
        if (bool_0)
        {
            GForm4.smethod_1(string_3);
        }
    }
示例#3
0
 // Token: 0x060002EC RID: 748 RVA: 0x000047B8 File Offset: 0x000029B8
 private void pictureBox_1_Click(object sender, EventArgs e)
 {
     GForm4.smethod_3(new Action(this.method_1));
 }