예제 #1
0
    public void Initial(IConfig config, IStory story)
    {
        var args = story.Get("launcher").Get <string[]>("args");

        story.Get("launcher").AddOrUpdate("mainwindow", new Demo.MainWindowDemo(args));
    }