//struct CShapeUserDefinedStruct //{ // public int a; //} public Form1() { InitializeComponent(); _sign = ControlService.SignCombo.Current; _scheduleSaver = new ScheduleSaver { Sign = _sign }; LocalFilePathMapping.CreateDirectories(true); //CShapeUserDefinedStruct cc = new CShapeUserDefinedStruct(); //cc.a = 1; //List<string> b = new List<string>(); ////b.Sort( //SortedList<string, string> a = new SortedList<string, string>(); ////a.Add( ////IntPtr //Dictionary<string, string> c = new Dictionary<string, string>(); //c.OrderBy( }