コード例 #1
0
        public static int Main(String[] args)
        {
            QApplication            application = Shared.QApplicationSingleton.GetQApplication(args);
            LayoutBottomRightCorner app         = new LayoutBottomRightCorner();

            return(QApplication.Exec());
        }
コード例 #2
0
 public static int Main(String[] args)
 {
     QApplication application = Shared.QApplicationSingleton.GetQApplication(args);
     LayoutBottomRightCorner app = new LayoutBottomRightCorner ();
     return QApplication.Exec ();
 }