Beispiel #1
0
        void extenderCmd_Invoked(object sender, EventArgs e)
        {
            Dictionary <string, object> properties = new Dictionary <string, object>();

            Library.Code.V3.ExtenderSettings page = new Library.Code.V3.ExtenderSettings();
            properties["Page"]        = page;
            properties["Application"] = OMLApplication.Current;

            OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_ExtenderSettings", properties);
        }
        void extenderCmd_Invoked(object sender, EventArgs e)
        {
            Dictionary<string, object> properties = new Dictionary<string, object>();

            Library.Code.V3.ExtenderSettings page = new Library.Code.V3.ExtenderSettings();
            properties["Page"] = page;
            properties["Application"] = OMLApplication.Current;

            OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_ExtenderSettings", properties);
        }