Example #1
0
		public void Initialize()
		{
            apply = new ApplyComponent();

			counter = 0;
			result = "";
			invoked = false;
		}
Example #2
0
        public void Initialize()
        {
            apply = new ApplyComponent();

            counter = 0;
            result  = "";
            invoked = false;
        }
Example #3
0
		public void Initialize()
		{
			apply = new ApplyComponent();
		}
Example #4
0
 public void Initialize()
 {
     apply = new ApplyComponent();
 }