Exemplo n.º 1
0
 private void setUpReferences(Form1 callingForm)
 {
     parentForm = callingForm;
     databaseCommunications = new DataBaseCommunications();
     clipboardCommunication = new ClipboardCommunication(parentForm, databaseCommunications);
 }
Exemplo n.º 2
0
 public Extender(Form1 callingForm)
 {
     setUpReferences(callingForm);
     clearClipboard();
 }