コード例 #1
0
ファイル: DataBinderTests.cs プロジェクト: nobled/mono
		static DataBinderTests ()
		{
#endif
			instance = new ClassInstance ("instance");
			instance.another = new ClassInstance ("another");
			echo = new StringEcho();
		}
コード例 #2
0
        static DataBinderTests()
        {
#endif
            instance         = new ClassInstance("instance");
            instance.another = new ClassInstance("another");
            echo             = new StringEcho();
        }