Example #1
0
        public UserAddModify(UserMainform _frm)
        {
            InitializeComponent();

            cat = new ClassPosition();

            this._frm = _frm;
        }
        private void toolStripAccount_Click(object sender, EventArgs e)
        {
            UserMainform frm = new UserMainform();

            frm.ShowDialog();
        }