Beispiel #1
0
    public override int UpdatePriority()
    {
        int       result         = base.UpdatePriority();
        GClass872 mainController = base.C.MainController;
        bool?     flag;

        if (mainController == null)
        {
            flag = null;
        }
        else
        {
            Controller parent = mainController.Parent;
            if (parent == null)
            {
                flag = null;
            }
            else
            {
                DopeServiceStatus serviceStatus = parent.ServiceStatus;
                flag = ((serviceStatus != null) ? new bool?(serviceStatus.EnabledGG) : null);
            }
        }
        bool?flag2 = flag;

        if (flag2.GetValueOrDefault() && this.vmethod_0())
        {
            return(result);
        }
        return(int.MinValue);
    }
Beispiel #2
0
 private void method_3(GClass872 gclass872_2)
 {
     this.gclass872_1 = gclass872_2;
 }
Beispiel #3
0
 private void method_1(GClass872 gclass872_2)
 {
     this.gclass872_0 = gclass872_2;
 }