コード例 #1
0
 public static _3 getInstance()
 {
     if (instance == null)
     {
         instance = new _3();
     }
     return(instance);
 }
コード例 #2
0
            public static object[] KomutÇalıştır(string modülSınıfAdı, string methodAdı, object[] inputs)
            {
                _3 fx = _3.getInstance();

                throw new NotImplementedException();
            }