Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace semizvetic
- {
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
- public void Mix_Click(object sender, EventArgs e)
- {
- }
- public void CreateLoc( )
- {
- Random rnd = new Random();
- rnd.Next(1000);
- foreach ( var LBL in _labels)
- {
- }
- }
- public class LBL : Label
- {
- public int X { get; set; }
- public int Y { get; set; }
- }
- public List<LBL> _labels = new List<LBL>();
- public class Coordinate
- {
- int m = Label.Width;
- int n = Label.Height;
- private void Form1_Load(object sender, EventArgs e)
- {
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement