Exemple #1
0
        public FindUI(Form owner, BindingSource <Pattern> history)
            : base(owner, EPin.TopRight, new Point(-270, +28), Size.Empty, false)
        {
            InitializeComponent();
            HideOnClose = true;
            History     = history;
            Pattern     = new Pattern();
            RegexHelpUI = PatternUI.CreateRegexHelpUI(Owner);

            SetupUI();
            UpdateUI();
        }
Exemple #2
0
 void Awake()
 {
     Instance = this;
 }