Beispiel #1
0
 public MainForm()
 {
     InitializeComponent();
     images = new Image[] {
         Properties.Resources.correct,
         Properties.Resources.wrong,
         Properties.Resources.correct_selected,
         Properties.Resources.wrong_selected
     };
     Annotator.Initiate(this, pictureBox1, images);
     updater = new SharpUpdater(Assembly.GetExecutingAssembly(), this, new Uri("https://raw.githubusercontent.com/DinushaMS/Assignment-Annotator-V2/master/PDF_Assignment_Annotator/bin/Release/update.xml"));
     //this.Text = ProductName + " - " + ProductVersion;
 }