コード例 #1
0
ファイル: NavigateToolScrip.cs プロジェクト: hkloudou/HX-Base
 private void method_2(object sender, EventArgs0 e)
 {
     if (((e.method_0() != null) && (e.method_0().Name != null)) && (e.method_0().Name != ""))
     {
         ToolUtil.RunFuction(e.method_0().Name);
     }
 }
コード例 #2
0
 private void method_0(object sender, EventArgs0 e)
 {
     if (e.method_0().NodeCommand != null)
     {
         e.method_0().NodeCommand.onClick();
     }
 }
コード例 #3
0
 private void method_2(object sender, EventArgs0 e)
 {
     if (((e.method_0() != null) && (e.method_0().Node != null)) && (e.method_0().Node.Count > 0))
     {
         this.navigateMenuTree1.method_2(e.method_0());
     }
 }
コード例 #4
0
ファイル: ActionList.cs プロジェクト: uwx/Open-GHTCP
        public void method_1()
        {
            EventArgs0 e;

            foreach (var current in _actionList)
            {
                var int_ = 100 * _actionList.IndexOf(current) / _actionList.Count;
                e = new EventArgs0(current + " Processing...", int_);
                _delegate60(this, e);
                string finalStatus;
                using (new Class217(current.ToString()))
                {
                    if (current.method_0())
                    {
                        finalStatus = "DONE!\n";
                    }
                    else
                    {
                        finalStatus = "FAILED!\n";
                    }
                }
                e = new EventArgs0(finalStatus, int_);
                _delegate60(this, e);
            }
            e = new EventArgs0("", 100);
            _delegate60(this, e);
        }
コード例 #5
0
 private void method_9(object sender, EventArgs0 e)
 {
     this.SafeFileStates.Add(e.FileState);
 }