Exemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     string[] project = { "PSAudit", "PSClient", "PSClientInstallers", "PSDatabase", "PSHl7", "PSI", "PSIdentityService", "PSMT", "PSMT-Reports", "PSServer", "PSWS" };
     ProjectSelector.DataSource = project;
     APGifZone.Hide();
 }
Exemplo n.º 2
0
 public void PutTheGifIn(string URL)
 {
     APGifZone.ImageLocation = URL;
     APGifZone.SizeMode      = PictureBoxSizeMode.StretchImage;
     APGifZone.Show();
 }
Exemplo n.º 3
0
 private void resetButton_Click(object sender, EventArgs e)
 {
     APGifZone.Hide();
     APFeedbackBox.Hide();
 }