Exemplo n.º 1
0
        public void ShowColorsControl()
        {
            StickyWindowColorControlModel stickyWindowColorControl = new StickyWindowColorControlModel(this);

            stickyWindowColorControl.CreateAndShow(this);
        }
Exemplo n.º 2
0
 public void ShowColorsControl()
 {
     StickyWindowColorControlModel stickyWindowColorControl = new StickyWindowColorControlModel(this);
     stickyWindowColorControl.CreateAndShow(this);
 }