예제 #1
0
        void ReleaseDesignerOutlets()
        {
            if (ImageView != null)
            {
                ImageView.Dispose();
                ImageView = null;
            }

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

            if (TitleView != null)
            {
                TitleView.Dispose();
                TitleView = null;
            }
        }
예제 #2
0
 public void SetCommand(ICommand command)
 {
     NewGroupButton.SetCommand(command);
 }