void backgroundCmd_Invoked(object sender, EventArgs e) { Dictionary <string, object> properties = new Dictionary <string, object>(); Library.Code.V3.BackgroundSettings page = new Library.Code.V3.BackgroundSettings(); properties["Page"] = page; properties["Application"] = OMLApplication.Current; OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_BackgroundSettings", properties); }
void backgroundCmd_Invoked(object sender, EventArgs e) { Dictionary<string, object> properties = new Dictionary<string, object>(); Library.Code.V3.BackgroundSettings page = new Library.Code.V3.BackgroundSettings(); properties["Page"] = page; properties["Application"] = OMLApplication.Current; OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_BackgroundSettings", properties); }