Example #1
0
 public Micro(Form1 f1)
 {
     frm = f1;
     shc = new Comands(f1);
     shg = new GtGgle(shc);
     flag = false;
 }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     shm = new Micro(this);
     progressBar1.Maximum = 300;
     pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
     shcform = new Comands(this);
 }
Example #3
0
 public GtGgle( Comands cmd)
 {
     shc = cmd;
     this.btsm = new List<byte[]>();
 }