コード例 #1
0
        void aboutCmd_Invoked(object sender, EventArgs e)
        {
            Dictionary <string, object> properties = new Dictionary <string, object>();

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

            OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_AboutSettings", properties);
        }
コード例 #2
0
        void aboutCmd_Invoked(object sender, EventArgs e)
        {
            Dictionary<string, object> properties = new Dictionary<string, object>();

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

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