Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.86 KB | None | 0 0
  1. System.Drawing.Image GANAS = WindowsFormsApplication1.Properties.Resources.GANAS;
  2.         System.Drawing.Image PIERDES = WindowsFormsApplication1.Properties.Resources.PIERDES;
  3.         System.Drawing.Image EMPATE = WindowsFormsApplication1.Properties.Resources.EMPATE;
  4.         //^Crea objetos cogiendo as imágenes del archivo Resurces.resx de la clase System.Drawing.Image^
  5.  
  6.         Form4 Partidas = new Form4();
  7.         Form3 Ayuda = new Form3();
  8.         Form2 form2 = new Form2(); // Crea un objeto llamado form2 de la clase Form2
  9.  
  10.         public static int ROrdenador = 0, RJugador = 0;
  11.         public static string ROrdenadorst = "", RJugadorst = "";
  12.         public static decimal partidasporjugar = Form4.partidasajugar;
  13.  
  14.         public short partidasjugadas = 0;
  15.  
  16.         public Form1()
  17.         {
  18.             InitializeComponent();            
  19.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement