コード例 #1
0
 public novoCliente()
 {
     this.InitializeComponent();
     arquivos      = VerCadastros.getArquivos();
     localizaBanco = @"C:\Windows\Temp\transrosedb\db" + arquivos.ano + ".mdb";
     localizaCont  = @"C:\Windows\Temp\transrosedb\ct" + arquivos.ano + ".doc";
 }
コード例 #2
0
 public SplashScreen()
 {
     this.contexto = new manipulaArquivos();
     this.InitializeComponent();
     this.lbSelecioneAno.BackColor   = Color.Transparent;
     this.imgLogoTransrose.BackColor = Color.Transparent;
     this.btSair.BackColor           = Color.Transparent;
     this.btEntrar.BackColor         = Color.Transparent;
     this.lbVersão.BackColor         = Color.Transparent;
     this.lbVersão.Text = $"Versão {this.AssemblyVersion}";
 }