Init() public method

public Init ( IPatchContainer container ) : void
container IPatchContainer
return void
Esempio n. 1
0
        protected void Run()
        {
            Exec exec = new Exec();

            exec.Init(mockPatchContainer);

            exec.Execute();
        }
Esempio n. 2
0
        protected void Run()
        {
            Exec exec = new Exec();
            exec.Init(mockPatchContainer);

            exec.Execute();
        }