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

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

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

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

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