Ejemplo n.º 1
0
        public Oth_Add()
        {
            InitializeComponent();
            WindowStartupLocation = WindowStartupLocation.CenterScreen;

            OtherDAL otherDAL = new OtherDAL();

            otherid      = otherDAL.getMaxOtherId() + 1;
            otherId.Text = otherid + " ";
        }