Exemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (CreateGroupButton != null)
            {
                CreateGroupButton.Dispose();
                CreateGroupButton = null;
            }

            if (GroupImage != null)
            {
                GroupImage.Dispose();
                GroupImage = null;
            }

            if (GroupSubject != null)
            {
                GroupSubject.Dispose();
                GroupSubject = null;
            }
        }
Exemplo n.º 2
0
 public CreateGroupPage Continue()
 {
     CreateGroupButton.Click();
     Thread.Sleep(1000);
     return(this);
 }