Ejemplo n.º 1
0
        public void Close()
        {
            var num1 = (int)ActionHandler.Invoke(sender: UIObject, actionInfo: ActionEventArgs.GetDefault(action: "WaitForReady"));
            var num2 = (int)ActionHandler.Invoke(sender: UIObject, actionInfo: ActionEventArgs.GetDefault(action: "MakeVisible"));

            if (ActionHandler.Invoke(sender: UIObject, actionInfo: ActionEventArgs.GetDefault(action: nameof(Close))) != ActionResult.Unhandled)
            {
                return;
            }
            Pattern.Close();
        }
Ejemplo n.º 2
0
        private void imgRegster1_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            //if (for_child != "")
            //{
            // registerchild1 frm = new registerchild1(for_child);
            Pattern frm = new Pattern();

            frm.StartPosition = FormStartPosition.CenterParent;
            frm.ShowDialog();
            txtpassowrd.Text += frm.returnstring;
            realpassword     += frm.orginal;
            for_child         = "";
            // txtpasswrd1.Text+= orginalchildgrid;
            frm.Close();
            // }
        }
Ejemplo n.º 3
0
 public void Close()
 {
     Pattern.Close();
 }