Exemplo n.º 1
0
        public void RegisterControlWithNull()
        {
            // Setup
            var target = new FrameViewTarget("ViewTarget");

            // Execute
            target.RegisterControl(a_control:null);
        }
Exemplo n.º 2
0
        public void RegisterControlWithNull()
        {
            // Setup
            var target = new FrameViewTarget("ViewTarget");

            // Execute
            target.RegisterControl(a_control: null);
        }
Exemplo n.º 3
0
        public void RegisterControl()
        {
            // Setup
            var target = new FrameViewTarget("ViewTarget");

            // Execute
            target.RegisterControl(new Frame());
        }
Exemplo n.º 4
0
        public void RegisterControl()
        {
            // Setup
            var target = new FrameViewTarget("ViewTarget");

            // Execute
            target.RegisterControl(new Frame());
        }