Setup() 공개 메소드

public Setup ( ) : void
리턴 void
예제 #1
0
        public MainPage()
        {
            this.InitializeComponent();

            var sample = new TestsSample();
            sample.Setup();
            sample.DoTest();
        }
예제 #2
0
        public MainPage()
        {
            this.InitializeComponent();

            var sample = new TestsSample();

            sample.Setup();
            sample.DoTest();
        }