Posts by Kitoco Arsénio • 1 point
1 post
-
-1
votes2
answers2041
viewsA: How to generate an automatic sequential number in C#
Create a Genero method private void Gerar() { // Gerando Código Incremento this._contador++; this.Codigo.Text = this._contador.ToString().PadLeft(2, '0'); } in Lod private void Cliente_Load(object…
c#answered Kitoco Arsénio 1