Ejemplo n.º 1
0
        private void LoadMainAutoRefreshingFrameFunctionInFrameOnClick(object sender, EventArgs e)
        {
            var function = new FrameFunction(true);

            LoadFunctionInFrame(function);
        }
Ejemplo n.º 2
0
        private void LoadFrameFunctionAsSubInFrameOnClick(object sender, EventArgs e)
        {
            var function = new FrameFunction(false);

            LoadFunctionInFrame(function, true);
        }