コード例 #1
0
        public PluggableViewModel(PluginRunner runner)
            : base()
        {
            PluggableProperties = new Dictionary<string, object>();

            PluggableProperties["Brush"] = null;
            PluggableProperties["Order"] = -1;

            pluginRunner = runner;
            pluginRunner.AddVm(this);
        }