Beispiel #1
0
        private void MainLocationLink_Click(object sender, EventArgs e)
        {
            LinkLocation location = new LinkLocation();

            location.Show();
            this.Hide();
        }
Beispiel #2
0
 public Stub(Attribute attrib, StubType stubtype, LinkLocation linkLoc, Color col) : this()
 {
     StubLen   = 5f;
     StubColor = col;
     StubType  = stubtype;
     Attribute = attrib;
     LinkLoc   = linkLoc;
 }