예제 #1
0
 public ResizeForm(Shape s1)
 {
     InitializeComponent();
     selected    = s1;
     label2.Text = s1.GetType().Name;
 }
예제 #2
0
 /// <summary>
 /// Initiate the tranformation form.
 /// </summary>
 /// <param name="s1"></param>
 public TranformationForm(Shape s1)
 {
     InitializeComponent();
     selected    = s1;
     label2.Text = s1.GetType().Name;
 }