예제 #1
0
파일: MainForm.cs 프로젝트: 15831944/tool
        public object GetObject(string name)
        {
            object o = _pluginUtils.GetObject(name);

            return(o);
        }