Ejemplo n.º 1
0
 public CloudForm(Form1 form, NotatForm notatForm)
 {
     this.form      = form;
     this.notatForm = notatForm;
     InitializeComponent();
     GetNewThings();
     label3.MaximumSize = new Size(Width - label3.Location.X, 0);
 }
Ejemplo n.º 2
0
 public UploadForm(NotatForm form)
 {
     InitializeComponent();
     this.form = form;
 }