1,Interpolation.zipA small application for interpolation of (x,y) data such that datapoints are spaced by an interval choosen by the user. Also demonstrates the use of MS Rich TextBox 6.0 control and basic I/O of text (data) files. A detailed Word 6
呵呵,首先说明本人菜鸟一个 看了些窗体传值的例题都是用构造函数 可我觉得构造函数想实现即时传值好象不行 呵呵,我总是理解不了构造函数(菜吧) 我所以就想了这样个办法来实现传值 using System; using System.Collections.Generic; using System.Text; namespace WindowsApplication1 { class Class1 { public static string send = ""; } }